吴学文
2019-07-08 6eb90049f284f63fe623c76cb0599d5c927c1a8a
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>