质量 缺陷类型 NC处理

tags/yfai-pcn-ext-v1.0
LML丶 1 year ago
parent 2923d493fe
commit 176ef56ed3

@ -335,7 +335,7 @@ public class MesNcProcessingService implements IMesNcProcessingService {
zrsum = (rb.getResultList().get(0)).toString(); zrsum = (rb.getResultList().get(0)).toString();
} }
if (type == MesPcnExtEnumUtil.NC_TYPE.NORMAL.getValue()) { if (type == MesPcnExtEnumUtil.NC_TYPE.NORMAL.getValue() || type == MesPcnExtEnumUtil.NC_TYPE.RELEASE.getValue()) {
MesMove move = new MesMove(); MesMove move = new MesMove();
move.setMatnr(part.getPartNo()); move.setMatnr(part.getPartNo());
move.setOrganizeCode(org); move.setOrganizeCode(org);

Loading…
Cancel
Save