Преглед на файлове

Merge branch 'dev_v1.5.5_wh' of jianyu/datatools into feature/v1.5.5

王浩 преди 1 година
родител
ревизия
bc9781fc62
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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 {