gongchunyi
12 小时以前 e9149981f5ba50db000ba59eda1e7219308d5126
fix: 过程检区间值未携带
已修改1个文件
5 ■■■■■ 文件已修改
src/main/java/com/ruoyi/production/service/impl/ProductionRecordServiceImpl.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/production/service/impl/ProductionRecordServiceImpl.java
@@ -307,6 +307,8 @@
                                paramEntity.setValueMode(orderParam.getValueMode());
                                paramEntity.setUnit(orderParam.getUnit());
                                paramEntity.setStandardValue(orderParam.getStandardValue());
                                paramEntity.setMinValue(orderParam.getMinValue());
                                paramEntity.setMaxValue(orderParam.getMaxValue());
                            }
                        }
                        productionProductRouteItemParamService.save(paramEntity);
@@ -752,6 +754,9 @@
                                paramEntity.setParamFormat(orderParam.getParamFormat());
                                paramEntity.setValueMode(orderParam.getValueMode());
                                paramEntity.setUnit(orderParam.getUnit());
                                paramEntity.setStandardValue(orderParam.getStandardValue());
                                paramEntity.setMinValue(orderParam.getMinValue());
                                paramEntity.setMaxValue(orderParam.getMaxValue());
                            }
                        }
                        productionProductRouteItemParamService.save(paramEntity);