吴学文
2019-07-24 8f5c84e834fdd03c897e4292bba34fd2f72e839d
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>