@@ -104,7 +104,7 @@ floor_id,name,status_cd,remark,b_id,user_id,floor_num
and t.floor_num= #{floorNum}
</if>
<if test="page != -1">
- limit page,row
+ limit #{page}, #{row}
</select>
@@ -148,7 +148,7 @@ where 1 =1
and t.apartment= #{apartment}
<if test="page != -1 and page != null">
+ limit #{page},#{row}
@@ -358,7 +358,7 @@ where 1 =1
@@ -120,8 +120,8 @@ where 1 =1
<if test="userId !=null and userId != ''">
and t.user_id= #{userId}
-<if test="page != -1 and page != null and page != ''">
+<if test="page != -1 and page != null ">
@@ -237,8 +237,8 @@ where 1 =1
- <if test="page != -1 and page != null and page != ''">
+ <if test="page != -1 and page != null">