chengf
2025-07-22 b63f41b8a0cfce68770e5cb02c8dd3fd994f0c59
java110-db/src/main/resources/mapper/community/ParkingSpaceV1ServiceDaoImplMapper.xml
@@ -33,9 +33,9 @@
        <if test="paId !=null and paId != ''">
            and t.pa_id= #{paId}
        </if>
        <if test="psId !=null and psId != ''">
            and t.ps_id= #{psId}
        </if>
<!--        <if test="psId !=null and psId != ''">-->
<!--            and t.ps_id= #{psId}-->
<!--        </if>-->
        <if test="remark !=null and remark != ''">
            and t.remark= #{remark}
        </if>
@@ -116,9 +116,9 @@
        <if test="paId !=null and paId != ''">
            and t.pa_id= #{paId}
        </if>
        <if test="psId !=null and psId != ''">
            and t.ps_id= #{psId}
        </if>
<!--        <if test="psId !=null and psId != ''">-->
<!--            and t.ps_id= #{psId}-->
<!--        </if>-->
        <if test="remark !=null and remark != ''">
            and t.remark= #{remark}
        </if>