梁彦春 6 years ago
parent
commit
47f59fab41
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/TdGoodsTypeMapper.xml

+ 1
- 1
src/main/resources/mapper/TdGoodsTypeMapper.xml View File

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