|
@@ -994,7 +994,7 @@ func autoDraw(mode, cluename, phone string, isGroup, isCommerce int) (positionId
|
|
|
resign := common.IntAll(v["resign"])
|
|
|
if positionid == common.Int64All(v["position_id"]) {
|
|
|
if resign == 0 {
|
|
|
- if !FindUpperLimit(gconv.String(positionId), mode, true) {
|
|
|
+ if !FindUpperLimit(gconv.String(positionid), mode, true) {
|
|
|
personMap[positionid] = true
|
|
|
m["saleName"] = common.ObjToString(v["name"])
|
|
|
cdataNew = append(cdataNew, m)
|