chengf
2026-03-11 b88a288f4f787b509463678e3cd9ccfa3f37014b
java110-db/src/main/resources/mapper/common/CarInoutV1ServiceDaoImplMapper.xml
@@ -216,6 +216,9 @@
        <if test="endTime !=null and endTime != ''">
            and t.in_time &lt; #{endTime}
        </if>
        <if test="merchantId !=null and merchantId != ''">
            and t.merchant_id &lt; #{merchantId}
        </if>
    </select>