吴学文
2019-07-09 cf5c100a7f818e3e704911c39c8595c2d6433cee
java110-db/src/main/resources/mapper/parkingSpace/ParkingSpaceServiceDaoImplMapper.xml
@@ -127,6 +127,12 @@
        #{item}
    </foreach>
</if>
<if test="psIds != null and psIds != null">
    and t.ps_id in
    <foreach collection="psIds" item="item" open="(" close=")" separator=",">
        #{item}
    </foreach>
</if>
<if test="communityId !=null and communityId != ''">
   and t.community_id= #{communityId}
</if>