|
@@ -110,7 +110,6 @@ func AddAcceptance(in *biservice.AcceptanceReq, DkPersonMap []map[string]interfa
|
|
|
"acceptance_no": acceptance_no,
|
|
|
"type": strings.Join(dkProduct, ","),
|
|
|
"status": 1,
|
|
|
- "new_status": nil,
|
|
|
"initiator_name": in.EntUserName,
|
|
|
"initiator_position_id": in.PositionId,
|
|
|
"current_name": dkPerson,
|
|
@@ -133,6 +132,7 @@ func AddAcceptance(in *biservice.AcceptanceReq, DkPersonMap []map[string]interfa
|
|
|
approvalRecordMap := map[string]interface{}{
|
|
|
"work_order_no": work_order_no,
|
|
|
"status": 1,
|
|
|
+ "new_status": nil,
|
|
|
"handle_name": dkPerson,
|
|
|
"handle_position_id": dkPositionId,
|
|
|
"handle_dept_id": dkdeptId,
|