|
|
@ -3369,6 +3369,9 @@ |
|
|
<if test="query.operationDesc != null and query.operationDesc != ''"> |
|
|
<if test="query.operationDesc != null and query.operationDesc != ''"> |
|
|
AND c.OperationDesc LIKE '%' + #{query.operationDesc} + '%' |
|
|
AND c.OperationDesc LIKE '%' + #{query.operationDesc} + '%' |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test="query.status != null and query.status != ''"> |
|
|
|
|
|
AND a.ClosedFlag = #{query.status} |
|
|
|
|
|
</if> |
|
|
group by a.seqno, a.orderno, J.PartNo, J.PartDescription, t.lotsize, a.qtyrequired, c.OperationDesc, J.sku |
|
|
group by a.seqno, a.orderno, J.PartNo, J.PartDescription, t.lotsize, a.qtyrequired, c.OperationDesc, J.sku |
|
|
</select> |
|
|
</select> |
|
|
<select id="searchPartInfo" parameterType="com.heai.modules.pms.data.QcFAIRecordData" resultType="com.heai.modules.pms.data.QcFAIRecordData"> |
|
|
<select id="searchPartInfo" parameterType="com.heai.modules.pms.data.QcFAIRecordData" resultType="com.heai.modules.pms.data.QcFAIRecordData"> |
|
|
|