Commit d6517394 authored by 朱晨阳's avatar 朱晨阳

聚富通管理分页查询错误

parent c288c153
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
</if> </if>
</if> </if>
</where> </where>
<if test="param.offset != null and param.offset != '' and param.limit != null and param.limit != ''"> <if test="param.offset != null and param.limit != null">
LIMIT ${param.offset}, ${param.limit} LIMIT ${param.offset}, ${param.limit}
</if> </if>
ORDER BY ORDER BY
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment