陈昶聿
7 天以前 672412bddd714eed3191b5393b85ab2b22d70e00
ruoyi-system/src/main/resources/mapper/system/SysDictDataMapper.xml
@@ -42,7 +42,8 @@
    <select id="selectDictDataList" parameterType="SysDictData" resultMap="SysDictDataResult">
        <include refid="selectDictDataVo"/>
        <where>
        WHERE 1=1
            <if test="dictType != null and dictType != ''">
                AND dict_type = #{dictType}
            </if>
@@ -57,7 +58,7 @@
            </if>          <if test="orgid != null and orgid != ''">
                AND orgid = #{orgid}
            </if>
        </where>
        order by dict_sort asc
    </select>