审核订单取消申请接口修改

dev
徐杰盟 2024-04-17 10:17:28 +08:00
parent 4f3acefce7
commit 43f1ad5e6e
1 changed files with 4 additions and 4 deletions

View File

@ -335,10 +335,10 @@ public class SyncTaskService {
}
}
list = listFilter(tablename, list);
if (list.isEmpty()) {
continue;
}
// list = listFilter(tablename, list);
// if (list.isEmpty()) {
// continue;
// }
int[] ret = Db.batchSave(tablename, list, list.size());