@@ -1045,6 +1045,7 @@ func autoDraw(mode, cluename, phone string, isGroup, isCommerce int) (positionId
for i, v := range cdataNew {
if i == 0 {
count = gconv.Int(v["count"])
+ data = v
} else {
if count < gconv.Int(v["count"]) {