Browse Source

fix:修改分页大小,排序字段

ly 10 tháng trước cách đây
mục cha
commit
13fbcb5511
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/main/resources/mybatis/business/BizLableMapper.xml

+ 1 - 0
src/main/resources/mybatis/business/BizLableMapper.xml

@@ -15,6 +15,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             deleted = 0
             <if test="lable != null  and lable != ''"> AND lable = #{lable}</if>
         </trim>
+        order by create_time desc
     </select>
 
     <delete id="physicalDelete">