Commit 02667289 by ilal Committed by chenzg

提交

parent b17043f3
......@@ -163,7 +163,9 @@ public class RouterUtils {
user:
for (int i = 0; i < listUser.size(); i++) {
String execute = listUser.get(i).getExecute();
if(execute == null) {
execute = "0";
}
switch (execute) {
case UNEXECUTED:
listUser.get(i).setExecute(EXECUTING);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment