用车计算-获取物流价格基础信息修改
This commit is contained in:
parent
22b76ec5f7
commit
705ef60a89
@ -8,5 +8,6 @@
|
||||
and a.car_long = b.car_long
|
||||
where a.start_city = #{pickUpHub}
|
||||
and a.target_city = #{deliveryAddress}
|
||||
and (a.EFFECTIVE_DATE + a.VALIDITY) >= TRUNC(SYSDATE)
|
||||
</select>
|
||||
</mapper>
|
||||
|
Loading…
x
Reference in New Issue
Block a user