用车计算-获取物流价格基础信息修改

This commit is contained in:
王帅 2025-04-24 14:35:50 +08:00
parent 22b76ec5f7
commit 705ef60a89

View File

@ -8,5 +8,6 @@
and a.car_long = b.car_long and a.car_long = b.car_long
where a.start_city = #{pickUpHub} where a.start_city = #{pickUpHub}
and a.target_city = #{deliveryAddress} and a.target_city = #{deliveryAddress}
and (a.EFFECTIVE_DATE + a.VALIDITY) >= TRUNC(SYSDATE)
</select> </select>
</mapper> </mapper>