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