审核订单取消申请接口修改
parent
4f3acefce7
commit
43f1ad5e6e
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue