md
This commit is contained in:
parent
d5c14a7690
commit
e33c925c70
@ -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>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user