|
@@ -995,8 +995,10 @@ 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 {
|
|
|
- personMap[positionid] = true
|
|
|
- cdataNew = append(cdataNew, m)
|
|
|
+ if !FindUpperLimit(gconv.String(positionId), mode, true) {
|
|
|
+ personMap[positionid] = true
|
|
|
+ cdataNew = append(cdataNew, m)
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|