diff --git a/emis-biz/src/main/resources/mapper/EmisTmsTransferTraceMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsTransferTraceMapper.xml index eb8580316..94c56f814 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsTransferTraceMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsTransferTraceMapper.xml @@ -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