梁彦春 hace 6 años
padre
commit
47f59fab41
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/main/resources/mapper/TdGoodsTypeMapper.xml

+ 1
- 1
src/main/resources/mapper/TdGoodsTypeMapper.xml Ver fichero

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