Răsfoiți Sursa

用户坐席获取

WH01243 1 an în urmă
părinte
comite
0fd47aaae9
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      clueSync/jobutil.go

+ 1 - 0
clueSync/jobutil.go

@@ -986,6 +986,7 @@ func autoDraw(mode, cluename, phone string, isGroup, isCommerce int) (positionId
 				isOk = true
 				positionId = common.Int64All((*cdata)["position_id"])
 				noticePositionId = positionId
+				seatNumber = common.ObjToString((*cdata)["seatNumber"])
 				if positionId > 0 {
 					pdata := TiDb.SelectBySql(`select * from dwd_f_crm_personnel_management where seat_number is not null and seat_number != ""`)
 					if pdata != nil {