系统配置列表查询字典支持按排序号从大到小

This commit is contained in:
gaoqr
2026-06-01 15:45:40 +08:00
parent d6c51bc220
commit 159a051cf8
@@ -30,6 +30,7 @@
on d.id = i.dict_data_id and i.locale = #{locale}
where d.deleted = false
and d.dict_type = #{dictType}
order by d.sort desc
</select>
<select id="selectI18nByDictTypeAndValue" resultType="com.cf.imes.module.system.dal.dataobject.dict.DictDataDO">