Ver Fonte

Merge remote-tracking branch 'origin/master'

hym há 4 anos atrás
pai
commit
75b1518920
1 ficheiros alterados com 2 adições e 2 exclusões
  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">