|
@ -162,6 +162,7 @@ |
|
|
AND customer_id = #{customerId} |
|
|
AND customer_id = #{customerId} |
|
|
and CODE is not null |
|
|
and CODE is not null |
|
|
and CODE !='' |
|
|
and CODE !='' |
|
|
|
|
|
and grid_name not like '%专属网格' |
|
|
<if test="orgIdList != null and orgIdList.size() > 0"> |
|
|
<if test="orgIdList != null and orgIdList.size() > 0"> |
|
|
<foreach collection="orgIdList" item="gridId" open="AND id IN (" separator="," close=")"> |
|
|
<foreach collection="orgIdList" item="gridId" open="AND id IN (" separator="," close=")"> |
|
|
#{gridId} |
|
|
#{gridId} |
|
|