Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/新增工件装夹
This commit is contained in:
@@ -33,8 +33,8 @@ class StatusChange(models.Model):
|
||||
'process_start_time': process_start_time,
|
||||
},
|
||||
}
|
||||
url1 = config['bfm_url'] + '/api/get/state/get_order'
|
||||
requests.post(url1, json=json1, data=None)
|
||||
# url1 = config['bfm_url'] + '/api/get/state/get_order'
|
||||
# requests.post(url1, json=json1, data=None)
|
||||
logging.info('接口已经执行=============')
|
||||
|
||||
return res
|
||||
@@ -57,8 +57,8 @@ class StatusChange(models.Model):
|
||||
'state': '待派单',
|
||||
},
|
||||
}
|
||||
url1 = config['bfm_url'] + '/api/get/state/cancel_order'
|
||||
requests.post(url1, json=json1, data=None)
|
||||
# url1 = config['bfm_url'] + '/api/get/state/cancel_order'
|
||||
# requests.post(url1, json=json1, data=None)
|
||||
|
||||
return res
|
||||
|
||||
|
||||
Reference in New Issue
Block a user