|
@@ -237,8 +237,8 @@
|
|
b.width <= #{zone.width} and b.height <= #{zone.height}
|
|
b.width <= #{zone.width} and b.height <= #{zone.height}
|
|
</foreach>
|
|
</foreach>
|
|
</if>
|
|
</if>
|
|
- <if test="searchKey!=null and searchValue!=null">
|
|
|
|
- and b.name like #{searchValue}
|
|
|
|
|
|
+ <if test="value!=null">
|
|
|
|
+ and b.name like #{value}
|
|
</if>
|
|
</if>
|
|
<if test="operatorChecked!=null">
|
|
<if test="operatorChecked!=null">
|
|
<choose>
|
|
<choose>
|
|
@@ -272,8 +272,8 @@
|
|
b.width <= #{zone.width} and b.height <= #{zone.height}
|
|
b.width <= #{zone.width} and b.height <= #{zone.height}
|
|
</foreach>
|
|
</foreach>
|
|
</if>
|
|
</if>
|
|
- <if test="searchKey!=null and searchValue!=null">
|
|
|
|
- and b.name like #{searchValue}
|
|
|
|
|
|
+ <if test="value!=null">
|
|
|
|
+ and b.name like #{value}
|
|
</if>
|
|
</if>
|
|
<if test="operatorChecked!=null">
|
|
<if test="operatorChecked!=null">
|
|
<choose>
|
|
<choose>
|