From c250e347fb2c11d6b48a5d561d1c06b5d0adf122 Mon Sep 17 00:00:00 2001 From: liao Date: Wed, 15 Nov 2023 14:08:43 +0800 Subject: [PATCH] =?UTF-8?q?fix=20SQL=E6=B3=A8=E5=85=A5=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/laws/common/service/impl/LawsCommonServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/common/service/impl/LawsCommonServiceImpl.java b/laws-modules/src/main/java/com/jero/modules/laws/common/service/impl/LawsCommonServiceImpl.java index cfe84ec2..1921748c 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/common/service/impl/LawsCommonServiceImpl.java +++ b/laws-modules/src/main/java/com/jero/modules/laws/common/service/impl/LawsCommonServiceImpl.java @@ -179,6 +179,7 @@ public class LawsCommonServiceImpl implements ILawsCommonService { try { infoPage = lawsCommonMapper.getCommonPage(page, tableName, selectField, selectCondition); } catch (Exception e) { + e.printStackTrace(); throw new JeroBootException("非法参数异常"); } // 对返回的数据做处理 @@ -1091,6 +1092,7 @@ public class LawsCommonServiceImpl implements ILawsCommonService { try { initMap = lawsCommonMapper.getByIdAndModule(tableName, selectField, id, standardNumber); } catch (Exception e) { + e.printStackTrace(); throw new JeroBootException("非法参数异常"); } if (initMap == null) {