gongchunyi
4 天以前 7e9f46c8cb12e4c59a8bf529a9280067d217fe12
src/main/java/com/ruoyi/production/service/impl/ProductionRecordServiceImpl.java
@@ -298,6 +298,7 @@
                                paramEntity.setParamFormat(orderParam.getParamFormat());
                                paramEntity.setValueMode(orderParam.getValueMode());
                                paramEntity.setUnit(orderParam.getUnit());
                                paramEntity.setStandardValue(orderParam.getStandardValue());
                            }
                        }
                        productionProductRouteItemParamService.save(paramEntity);