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

dev
徐杰盟 2024-04-17 10:02:53 +08:00
parent 5c2355243c
commit 4f3acefce7
1 changed files with 3 additions and 0 deletions

View File

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