md
This commit is contained in:
parent
4fdf9996db
commit
f73e1de1e3
@ -74,7 +74,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="selectEmisTmsMapTraceFromSiteBatch" parameterType="String" resultMap="EmisTmsMapTraceResult">
|
||||
select a.device_no
|
||||
from emis_tms_map_trace a,emis_tms_site_batch b
|
||||
from emis_tms_map_trace a,emis_tms_site_batch_dtl b
|
||||
where a.del_flag = '0' and b.del_flag='0' AND a.trace_type = '2' and a.order_no=b.batch_no
|
||||
and b.bill_code=#{billCode}
|
||||
order by a.create_time desc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user