Selaa lähdekoodia

修改 倒序

魏熙美 6 vuotta sitten
vanhempi
commit
a832974c02
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      src/main/resources/mapper/TdGoodsTypeMapper.xml

+ 1
- 0
src/main/resources/mapper/TdGoodsTypeMapper.xml Näytä tiedosto

@@ -11,6 +11,7 @@
11 11
                and type_name LIKE CONCAT('%',#{typeName},'%')
12 12
             </if>
13 13
         </where>
14
+        order by create_time desc
14 15
     </select>
15 16
 
16 17
 </mapper>