瀏覽代碼

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

ly 10 月之前
父節點
當前提交
13fbcb5511
共有 1 個文件被更改,包括 1 次插入0 次删除
  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">