From 474aecfec60a7a220f4c35a3001244fdd32cb362 Mon Sep 17 00:00:00 2001 From: yuyang Date: Thu, 19 May 2022 10:55:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9SQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/XhpcWorkTypeDictMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcWorkTypeDictMapper.xml b/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcWorkTypeDictMapper.xml index 587474b6..6f9cfad3 100644 --- a/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcWorkTypeDictMapper.xml +++ b/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcWorkTypeDictMapper.xml @@ -76,9 +76,9 @@ from xhpc_work_type_dict where del_flag=0 and name = #{name} - + and parent_type_id is null - + and parent_type_id=#{parentId}