fix(自定义对比): 列表删除问题修复

This commit is contained in:
yjz
2023-10-26 18:08:11 +08:00
parent ce09681324
commit c2c3e5a803
@@ -200,7 +200,9 @@ public class LawsCustomCompareInfoServiceImpl extends ServiceImpl<LawsCustomComp
new LambdaQueryWrapper<LawsCustomCompareInventory>()
.eq(LawsCustomCompareInventory::getInfoId, id));
// 删除自定义对比单元格内容表
lawsCustomCompareCellService.remove(
new LambdaQueryWrapper<LawsCustomCompareCell>()
.eq(LawsCustomCompareCell::getInfoId, id));
}
@Override