定时同步高压加工车间IMS的材料出库v1
This commit is contained in:
parent
9c187a1200
commit
b52c051eee
|
|
@ -136,9 +136,6 @@ public class MaterialOutGyImsPlugin implements IBackgroundWorkPlugin {
|
||||||
if (!cmaterialvid.equals(goodsId)) {
|
if (!cmaterialvid.equals(goodsId)) {
|
||||||
bvo.setCmaterialvid(goodsId);
|
bvo.setCmaterialvid(goodsId);
|
||||||
}
|
}
|
||||||
if ("0".equals(bvo.getVbatchcode())) {
|
|
||||||
bvo.setVbatchcode(null);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue