Browse Source

限定项目列表分页BUG修复

anderx 1 year ago
parent
commit
bc8aeca23b

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

@@ -149,6 +149,9 @@
         <include refid="RestrictProjectSql"/>
         )x
         order by x.days
+        <if test="page_sql != null">
+            ${page_sql}
+        </if>
     </select>
     <sql id="RestrictProjectSql">
         <if test="aid != null">