feat: 添加字典列表接口

This commit is contained in:
Ray.Hao
2025-03-24 10:32:19 +08:00
parent b05adf6549
commit 03f383c6bb
7 changed files with 36 additions and 69 deletions

View File

@@ -28,19 +28,4 @@
</if>
</where>
</select>
<!-- 根据字典编码获取字典数据列表 -->
<select id="getDictDataList" resultType="com.youlai.boot.system.model.vo.DictVO$DictData">
SELECT
value,
label,
tag_type
FROM
sys_dict_item
WHERE
status = 1 AND dict_code = #{dictCode}
ORDER BY
sort ASC
</select>
</mapper>

View File

@@ -25,5 +25,4 @@
ORDER BY
t1.create_time DESC
</select>
</mapper>