From 6fac3b8057aae21f7f408b52ebea72be6673d55f Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Fri, 22 Apr 2022 09:59:42 +0800 Subject: [PATCH] =?UTF-8?q?/icresiuser/detail=E6=8E=A5=E5=8F=A3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/IcFormItemDao.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/IcFormItemDao.xml b/epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/IcFormItemDao.xml index e4c82f8b15..4c3fc899c4 100644 --- a/epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/IcFormItemDao.xml +++ b/epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/IcFormItemDao.xml @@ -140,8 +140,7 @@ ic_form_item_group m WHERE m.DEL_FLAG = '0' - AND m.TABLE_NAME IS NOT NULL - AND m.TABLE_NAME != '' + AND m.TABLE_NAME != 'ic_resi_user' AND m.CUSTOMER_ID = #{customerId} AND m.FORM_CODE = #{formCode}