赵宏斌 2 months ago
parent
commit
75eda2457e
  1. 3
      src/main/resources/mapper/pms/QcMapper.xml

3
src/main/resources/mapper/pms/QcMapper.xml

@ -3369,6 +3369,9 @@
<if test="query.operationDesc != null and query.operationDesc != ''">
AND c.OperationDesc LIKE '%' + #{query.operationDesc} + '%'
</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
</select>
<select id="searchPartInfo" parameterType="com.heai.modules.pms.data.QcFAIRecordData" resultType="com.heai.modules.pms.data.QcFAIRecordData">

Loading…
Cancel
Save