审核订单取消申请接口修改
parent
4c8f0b6822
commit
17a4448fb6
|
|
@ -618,7 +618,9 @@ public class SyncTaskService {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CollectionUtils.isNotEmpty(removeList)) {
|
if (CollectionUtils.isNotEmpty(removeList)) {
|
||||||
|
log.debug("新增条数" + list.size());
|
||||||
list.removeAll(removeList);
|
list.removeAll(removeList);
|
||||||
|
log.debug("删除后条数" + list.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue