多条命令时,重新获取cid

master
Matthew 10 months ago
parent 4d028be985
commit 7ba47d2b5b

@ -506,6 +506,7 @@ public class AppMaster {
for (int idx = 0; idx < cnt; idx++) {
JSONObject cmdObject = cmdObjects.getJSONObject(idx);
if (cmdObject != null) {
cid = jsonObject.optLong("cid", 0);
processCmd(cid, cmdObject);
}
}

Loading…
Cancel
Save