|
|
|
@ -110,7 +110,7 @@ public class MesAssemblySaveNosortStepService extends BaseStepService {
|
|
|
|
|
BeanUtils.copyProperties(productionAssemblyNosortContext, productionAssembly);
|
|
|
|
|
|
|
|
|
|
productionAssembly.setDataSource(MesExtEnumUtil.PRODUCTION_ASSEMBLY_DATA_SOURCE.NOSORT.getValue());
|
|
|
|
|
productionAssembly.setIsOrigSn(CommonEnumUtil.TRUE_OR_FALSE.FALSE.getValue());
|
|
|
|
|
productionAssembly.setIsOrigSn(CommonEnumUtil.TRUE_OR_FALSE.TRUE.getValue());
|
|
|
|
|
|
|
|
|
|
productionAssembly.setAreaCode(reqBean.getWorkCenterCode());
|
|
|
|
|
productionAssembly.setWorkCenterCode(reqBean.getWorkCenterCode());
|
|
|
|
|