java110
2020-10-24 82eb6782bd9264798bea70220d4199d559759dcb
java110-db/src/main/resources/mapper/user/OwnerCarServiceDaoImplMapper.xml
@@ -165,6 +165,12 @@
        <if test="carId !=null and carId != ''">
            and t.car_id= #{carId}
        </if>
        <if test="carIds !=null">
            and t.car_id in
            <foreach collection="carIds" item="item" index="index" open="(" close=")" separator=",">
                #{item}
            </foreach>
        </if>
        <if test="communityId !=null and communityId != ''">
            and t.community_id= #{communityId}
        </if>