瀏覽代碼

新增限制项目分页列表

anderx 1 年之前
父節點
當前提交
b4961068c8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/goafanti/common/mapper/RestrictProjectMapper.xml

+ 1 - 0
src/main/java/com/goafanti/common/mapper/RestrictProjectMapper.xml

@@ -136,6 +136,7 @@
                  left join admin d on b.aid =d.id left join admin d2 on a.aid =d2.id
         where a.`type` >0
         <include refid="RestrictProjectSql"/>
+        order by a.lock_time desc
     </select>
     <sql id="RestrictProjectSql">
         <if test="userName !=null">