|
|
@@ -147,7 +147,7 @@ where 1 =1
|
|
|
<if test="apartment !=null and apartment != ''">
|
|
|
and t.apartment= #{apartment}
|
|
|
</if>
|
|
|
-<if test="page != -1 and page != null and page != ''">
|
|
|
+<if test="page != -1 and page != null">
|
|
|
limit page,row
|
|
|
</if>
|
|
|
|
|
|
@@ -357,7 +357,7 @@ where 1 =1
|
|
|
<if test="apartment !=null and apartment != ''">
|
|
|
and t.apartment= #{apartment}
|
|
|
</if>
|
|
|
- <if test="page != -1 and page != null and page != ''">
|
|
|
+ <if test="page != -1 and page != null">
|
|
|
limit page,row
|
|
|
</if>
|
|
|
|