陈昶聿
5 天以前 ec23ec3d3dc4ec1ba7d79ba4f46ae2c31d5a16a9
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>