Browse Source

Merge remote-tracking branch 'origin/master'

hym 4 years ago
parent
commit
75b1518920
1 changed files with 2 additions and 2 deletions
  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 STATUS =1
             and DICT_CODE!='-999'
             and DICT_CODE!='-999'
         </where>
         </where>
-        order by DICT_NAME,DICT_VALUE
+        order by DATE_CREATE
     </select>
     </select>
 
 
     <!-- 新增所有列 -->
     <!-- 新增所有列 -->
@@ -176,7 +176,7 @@
             and STATUS =1
             and STATUS =1
             and DICT_CODE!='-999'
             and DICT_CODE!='-999'
         </where>
         </where>
-        order by DICT_NAME,DICT_VALUE
+        order by DATE_CREATE
     </select>
     </select>
     <!-- 字典编码和父配置ID数量 -->
     <!-- 字典编码和父配置ID数量 -->
     <select id="countByCodePid" resultType="int">
     <select id="countByCodePid" resultType="int">