修改编程返回记录申请人不对的问题
This commit is contained in:
@@ -269,6 +269,7 @@ class Sf_Mrs_Connect(http.Controller, MultiInheritController):
|
|||||||
'current_programming_count': correct_record_ids_obj.current_programming_count,
|
'current_programming_count': correct_record_ids_obj.current_programming_count,
|
||||||
'target_production_id': correct_record_ids_obj.target_production_id,
|
'target_production_id': correct_record_ids_obj.target_production_id,
|
||||||
'apply_time': correct_record_ids_obj.apply_time,
|
'apply_time': correct_record_ids_obj.apply_time,
|
||||||
|
'apply_uid': correct_record_ids_obj.apply_uid.id,
|
||||||
'send_time': correct_record_ids_obj.send_time,
|
'send_time': correct_record_ids_obj.send_time,
|
||||||
})
|
})
|
||||||
logging.info('已创建正确的制造订单的编程记录:%s' % production.name)
|
logging.info('已创建正确的制造订单的编程记录:%s' % production.name)
|
||||||
|
|||||||
Reference in New Issue
Block a user