bug
zss
4 天以前 a02755803c0fa65c4f6ac5f10f4d3989e9ff9eff
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);