Browse Source

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

王浩 1 year ago
parent
commit
bc9781fc62
1 changed files with 1 additions and 0 deletions
  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 {