소스 검색

Merge branch 'dev_v1.5.36.3_wh' of jianyu/datatools into hotfix/v1.5.36.3

王浩 1 개월 전
부모
커밋
60ceebe84c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      clueSync/jobutil.go

+ 1 - 0
clueSync/jobutil.go

@@ -239,6 +239,7 @@ func AddOrderWork(acceptanceData map[string]interface{}, userData map[string]int
 				"work_order_no":     work_order_no,
 				"create_time":       nowTime,
 				"company_dept_numb": common.If(gconv.String(personMap["deptName"]) == "销售三部", 3, 1),
+				"whee_time":         cfg.AllocationTime,
 			}
 			WorkOrder.Insert("order_work_allocation_record", orderWorkAllocationRecord)
 		}