fix(自定义对比): 列表删除问题修复
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user