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