审核订单取消申请接口修改
parent
4f3acefce7
commit
43f1ad5e6e
|
|
@ -335,10 +335,10 @@ public class SyncTaskService {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
list = listFilter(tablename, list);
|
// list = listFilter(tablename, list);
|
||||||
if (list.isEmpty()) {
|
// if (list.isEmpty()) {
|
||||||
continue;
|
// continue;
|
||||||
}
|
// }
|
||||||
|
|
||||||
int[] ret = Db.batchSave(tablename, list, list.size());
|
int[] ret = Db.batchSave(tablename, list, list.size());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue