Browse Source

新增轮时间

WH01243 1 month ago
parent
commit
ec8da8e3c3
1 changed files with 1 additions and 0 deletions
  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)
 		}