定时同步高压加工车间IMS的材料出库v1

This commit is contained in:
mzr 2025-10-02 22:51:23 +08:00
parent 9c187a1200
commit b52c051eee
1 changed files with 0 additions and 3 deletions

View File

@ -136,9 +136,6 @@ public class MaterialOutGyImsPlugin implements IBackgroundWorkPlugin {
if (!cmaterialvid.equals(goodsId)) {
bvo.setCmaterialvid(goodsId);
}
if ("0".equals(bvo.getVbatchcode())) {
bvo.setVbatchcode(null);
}
}
}
}