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