java110
2023-04-10 703b2f19af6b1d65adc3bc515b9df9efebacbd8b
java110-db/src/main/resources/mapper/common/CarInoutDetailServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -94,6 +94,9 @@
        carNum,t.status_cd,t.status_cd statusCd,t.community_id,t.community_id communityId,t.b_id,t.b_id bId
        from car_inout_detail t
        where 1 =1
        <if test="state !=null and state != ''">
            and t.state = #{state}
        </if>
        <if test="inoutId !=null and inoutId != ''">
            and t.inout_id= #{inoutId}
        </if>