|
|
@@ -52,7 +52,7 @@
|
|
|
<if test="blockLngrange != null and blockLngrange != ''"> and blockLngrange = #{blockLngrange}</if>
|
|
|
<if test="blockColor != null and blockColor != ''"> and blockColor = #{blockColor}</if>
|
|
|
<if test="blockRemark != null and blockRemark != ''"> and blockRemark = #{blockRemark}</if>
|
|
|
- <if test="dataFilter == true and blockIds !=null and blockIds.size()>0">
|
|
|
+ <if test="blockIds !=null and blockIds.size()>0">
|
|
|
and b.blockId in
|
|
|
<foreach collection="blockIds" item="blockId" index="index" open="(" close=")" separator=",">
|
|
|
#{blockId}
|