Commit 3c9d9886 authored by zhangsen's avatar zhangsen

任务23851 设备平台卡片测试 / 人员卡片中消防巡检点击翻页后报错

parent dce42dbd
...@@ -443,10 +443,6 @@ ...@@ -443,10 +443,6 @@
and a.org_code LIKE CONCAT(#{bizOrgCode},'%') and a.org_code LIKE CONCAT(#{bizOrgCode},'%')
</if> </if>
</trim> </trim>
<choose>
<when test="pageSize==-1"></when>
<when test="pageSize!=-1">limit #{offset},#{pageSize}</when>
</choose>
</select> </select>
<select id="getPeopleCheckPage" resultMap="checkInfoMap"> <select id="getPeopleCheckPage" resultMap="checkInfoMap">
......
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