mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
系统配置列表查询字典支持按排序号从大到小
This commit is contained in:
+1
@@ -30,6 +30,7 @@
|
|||||||
on d.id = i.dict_data_id and i.locale = #{locale}
|
on d.id = i.dict_data_id and i.locale = #{locale}
|
||||||
where d.deleted = false
|
where d.deleted = false
|
||||||
and d.dict_type = #{dictType}
|
and d.dict_type = #{dictType}
|
||||||
|
order by d.sort desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectI18nByDictTypeAndValue" resultType="com.cf.imes.module.system.dal.dataobject.dict.DictDataDO">
|
<select id="selectI18nByDictTypeAndValue" resultType="com.cf.imes.module.system.dal.dataobject.dict.DictDataDO">
|
||||||
|
|||||||
Reference in New Issue
Block a user