This commit is contained in:
linfso 2025-08-13 07:01:56 +08:00
parent 4fdf9996db
commit f73e1de1e3

View File

@ -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