This commit is contained in:
linfso 2024-08-06 11:02:46 +08:00
parent d5c14a7690
commit e33c925c70

View File

@ -89,7 +89,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from emis_tms_transfer_trace a,emis_waybill b
where a.del_flag='0' and b.del_flag='0'
and a.bill_code=b.bill_code and a.transfer_express=b.transfer_code and a.transfer_bill_code=b.transfer_billcode
and a.bill_code = #{billCode}
and a.bill_code = #{billCode} order by create_time desc limit 1
</select>