瀏覽代碼

Merge remote-tracking branch 'origin/master'

hym 4 年之前
父節點
當前提交
75b1518920
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      user_center/src/main/resources/mapper/DictMapper.xml

+ 2 - 2
user_center/src/main/resources/mapper/DictMapper.xml

@@ -61,7 +61,7 @@
             and STATUS =1
             and DICT_CODE!='-999'
         </where>
-        order by DICT_NAME,DICT_VALUE
+        order by DATE_CREATE
     </select>
 
     <!-- 新增所有列 -->
@@ -176,7 +176,7 @@
             and STATUS =1
             and DICT_CODE!='-999'
         </where>
-        order by DICT_NAME,DICT_VALUE
+        order by DATE_CREATE
     </select>
     <!-- 字典编码和父配置ID数量 -->
     <select id="countByCodePid" resultType="int">