Commit fd89d5e9 authored by liqin's avatar liqin 💬

bug fixed

parent 2143a69a
...@@ -405,8 +405,10 @@ public class AuditServiceImpl extends ServiceImpl<AuditMapper, Audit> implements ...@@ -405,8 +405,10 @@ public class AuditServiceImpl extends ServiceImpl<AuditMapper, Audit> implements
this.assetMapper.updateById(asset); this.assetMapper.updateById(asset);
collect.remove(datumId); collect.remove(datumId);
} }
if (!collect.isEmpty()) {
this.assetMapper.deleteBatchIds(collect.keySet()); this.assetMapper.deleteBatchIds(collect.keySet());
} }
}
one.setAuditStatus(audit.getStatus()); one.setAuditStatus(audit.getStatus());
one.setPublished(true); one.setPublished(true);
update = this.exhibitionBoardService.updateById(one); update = this.exhibitionBoardService.updateById(one);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment