字典类型唯一校验去掉

This commit is contained in:
秦鸿展
2026-05-30 00:33:32 +08:00
parent 44e4078753
commit cc77f0b5f8
3 changed files with 8 additions and 3 deletions
@@ -69,6 +69,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="checkDictTypeUnique" parameterType="SysDictType" resultMap="SysDictTypeResult">
<include refid="selectDictTypeVo"/>
where dict_type = #{dictType}
and IFNULL(organization_id, 0) = IFNULL(#{organizationId}, 0)
limit 1
</select>