Commit 2d207f8f authored by nie'hong's avatar nie'hong

修改-删除展板音频

parent 8ff09f96
......@@ -429,6 +429,8 @@ public class AuditServiceImpl extends ServiceImpl<AuditMapper, Audit> implements
this.assetMapper.deleteBatchIds(collect);
// this.assetMapper.deleteBatchIds(collect.keySet());
}
}else{
this.assetMapper.delete(Wrappers.<Asset>lambdaUpdate().eq(Asset::getRefItemId, one.getId()).eq(Asset::getFileCat, FileCatEnum.EXHIBITION_BOARD_AUDIO));
}
final List<String> datumIdList = one.getDatumIdList();
if (datumIdList != null && !datumIdList.isEmpty()) {
......
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