From c2c3e5a803c6429551302bb4e81ee60eacf2e89d Mon Sep 17 00:00:00 2001 From: yjz <3131811435@qq.com> Date: Thu, 26 Oct 2023 18:08:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AF=B9?= =?UTF-8?q?=E6=AF=94):=20=E5=88=97=E8=A1=A8=E5=88=A0=E9=99=A4=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/LawsCustomCompareInfoServiceImpl.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/customcompare/service/impl/LawsCustomCompareInfoServiceImpl.java b/laws-modules/src/main/java/com/jero/modules/laws/customcompare/service/impl/LawsCustomCompareInfoServiceImpl.java index 4e39b10a..0f1fe3ce 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/customcompare/service/impl/LawsCustomCompareInfoServiceImpl.java +++ b/laws-modules/src/main/java/com/jero/modules/laws/customcompare/service/impl/LawsCustomCompareInfoServiceImpl.java @@ -200,7 +200,9 @@ public class LawsCustomCompareInfoServiceImpl extends ServiceImpl() .eq(LawsCustomCompareInventory::getInfoId, id)); // 删除自定义对比单元格内容表 - + lawsCustomCompareCellService.remove( + new LambdaQueryWrapper() + .eq(LawsCustomCompareCell::getInfoId, id)); } @Override