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

dev
徐杰盟 2024-04-17 09:46:58 +08:00
parent 4c8f0b6822
commit 17a4448fb6
1 changed files with 43 additions and 41 deletions

View File

@ -618,7 +618,9 @@ public class SyncTaskService {
}
if (CollectionUtils.isNotEmpty(removeList)) {
log.debug("新增条数" + list.size());
list.removeAll(removeList);
log.debug("删除后条数" + list.size());
}
return list;