|
|
|
@ -695,7 +695,7 @@ |
|
|
|
where a.site=#{site} and b.seqNo=#{seqNo} and a.Status='已录入' and a.NeedReceiveFlag='Y' and a.ToTypeFlag_DB='I' |
|
|
|
</select> |
|
|
|
<select id="getSOScheduledRoutingOutData" resultType="SOScheduledRoutingOutData"> |
|
|
|
select Site,OrderNo,seqNo,itemNo,S_ShiftNo,scheduleType,operatorId from SOScheduledRouting where seqNo=#{seqNo} |
|
|
|
select Site,OrderNo,seqNo,itemNo,S_ShiftNo,scheduleType,operatorId,circulation_seqNo from SOScheduledRouting where seqNo=#{seqNo} |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="checkItemNoForIssue" resultType="SORoutingData"> |
|
|
|
|