|
|
@ -402,10 +402,10 @@
|
|
|
|
</foreach>
|
|
|
|
</foreach>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="selectMachineCode" resultType="java.lang.String">
|
|
|
|
<select id="selectMachineCode" resultType="java.lang.String">
|
|
|
|
SELECT
|
|
|
|
SELECT DISTINCT
|
|
|
|
machine_code
|
|
|
|
machine_code
|
|
|
|
FROM mes_report_work
|
|
|
|
FROM mes_report_work
|
|
|
|
WHERE workorder_code=#{order.workorderCode} AND end_report='1'
|
|
|
|
WHERE workorder_code=#{order.workorderCode}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="selectmesPrepareDetailWhite" parameterType="OdsProcureOutOrder" resultMap="OdsProcureOutOrderResult">
|
|
|
|
<select id="selectmesPrepareDetailWhite" parameterType="OdsProcureOutOrder" resultMap="OdsProcureOutOrderResult">
|
|
|
|
SELECT
|
|
|
|
SELECT
|
|
|
|