|
|
@ -96,6 +96,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<!--获取在邦rfid 工单的信息-->
|
|
|
|
<!--获取在邦rfid 工单的信息-->
|
|
|
|
<select id="getRfidInfo" resultType="com.op.system.api.domain.mes.ProRfidProcessDetail">
|
|
|
|
<select id="getRfidInfo" resultType="com.op.system.api.domain.mes.ProRfidProcessDetail">
|
|
|
|
select
|
|
|
|
select
|
|
|
|
|
|
|
|
top 1
|
|
|
|
rfid.workorder_code workorderCode,
|
|
|
|
rfid.workorder_code workorderCode,
|
|
|
|
rfid.now_process_id nowProcessId,
|
|
|
|
rfid.now_process_id nowProcessId,
|
|
|
|
rfid.next_process_id nextProcessId,
|
|
|
|
rfid.next_process_id nextProcessId,
|
|
|
@ -109,6 +110,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
left join base_product bp on bp.product_code = w.product_code
|
|
|
|
left join base_product bp on bp.product_code = w.product_code
|
|
|
|
where rfid.bind_status = '1'
|
|
|
|
where rfid.bind_status = '1'
|
|
|
|
and rfid.rfid = #{rfidNo}
|
|
|
|
and rfid.rfid = #{rfidNo}
|
|
|
|
|
|
|
|
order by rfid.create_time desc
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="getStationType" resultType="java.lang.String">
|
|
|
|
<select id="getStationType" resultType="java.lang.String">
|
|
|
|
select
|
|
|
|
select
|
|
|
|