chenrui
2025-04-09 e2c5017787d7fc5eea2afb8bc84bca0db054ad8c
basic-server/src/main/java/com/ruoyi/basic/service/impl/StandardProductListServiceImpl.java
@@ -399,8 +399,9 @@
            // 如果未绑定
            if (!existFlag) {
                BeanUtils.copyProperties(structureItemParameter, addStandProductList);
                addStandProductList.setTell(structureItemParameter.getAskTell());
                addStandProductList.setStructureItemParameterId(structureItemParameter.getId());
                addStandProductList.setManHour(Objects.toString(structureItemParameter.getManHour(), ""));
            }
            addStandProductList.setId(addStandProductList.getId() != null ? addStandProductList.getId() : IdWorker.getId());
            batchInsertStandardProductListArray.add(addStandProductList);