Browse Source

Master 批次默认只修改

master
Rui_Li 8 months ago
parent
commit
0e71b2fe99
  1. 4
      src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java

4
src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java

@ -412,7 +412,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe
masterPartEntity.setUmId(data.getUmId());
masterPartEntity.setOfficialFlag("N");
masterPartEntity.setLotTrackingCode("Order Based");
masterPartEntity.setLotQuantityRule("One Lot Per Production Order");
masterPartEntity.setLotQuantityRule("Many Lots Per Production Order");
masterPartEntity.setSubLotRule("No Sub Lots Allowed");
masterPartEntity.setComponentLotRule("Many Lots Allowed");
masterPartInformationMapper.insert(masterPartEntity);
@ -582,7 +582,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe
masterPartEntity.setUmId(data.getUmId());
masterPartEntity.setOfficialFlag("N");
masterPartEntity.setLotTrackingCode("Order Based");
masterPartEntity.setLotQuantityRule("One Lot Per Production Order");
masterPartEntity.setLotQuantityRule("Many Lots Per Production Order");
masterPartEntity.setSubLotRule("No Sub Lots Allowed");
masterPartEntity.setComponentLotRule("Many Lots Allowed");
masterPartInformationMapper.insert(masterPartEntity);

Loading…
Cancel
Save