From 5faf34bba692e0da1c0916648129e3d474c8b0ea Mon Sep 17 00:00:00 2001 From: chenjinlong <22208488@qq.com> Date: Thu, 25 Feb 2021 17:39:49 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90DictMapper=E3=80=91=E7=A7=BB=E9=99=A4x?= =?UTF-8?q?ml=E4=B8=ADsql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modular/mapper/mapping/DictMapper.xml | 97 ------------------- 1 file changed, 97 deletions(-) diff --git a/kernel-s-dict/dict-business/src/main/java/cn/stylefeng/roses/kernel/dict/modular/mapper/mapping/DictMapper.xml b/kernel-s-dict/dict-business/src/main/java/cn/stylefeng/roses/kernel/dict/modular/mapper/mapping/DictMapper.xml index 8a4b54cd5..7fb67d34f 100644 --- a/kernel-s-dict/dict-business/src/main/java/cn/stylefeng/roses/kernel/dict/modular/mapper/mapping/DictMapper.xml +++ b/kernel-s-dict/dict-business/src/main/java/cn/stylefeng/roses/kernel/dict/modular/mapper/mapping/DictMapper.xml @@ -2,101 +2,4 @@ - - - - - - - - UPDATE - sys_dict - SET dict_pids = replace(dict_pids, #{paramCondition.oldParentIds}, #{paramCondition.newParentIds}), - update_time = #{paramCondition.updateTime}, - update_user = #{paramCondition.updateUser} - WHERE dict_pids LIKE CONCAT('%', #{paramCondition.oldParentIds}, '%') - - - - UPDATE - sys_dict - SET del_flag = 'Y' - WHERE dict_id = #{dictId} - OR dict_pids LIKE CONCAT('%', #{dictId}, '%') - -