chenrui
2025-04-08 de0494d7a6f99f50fa33b9487dd2ffefca82e8b6
basic-server/src/main/java/com/ruoyi/basic/service/impl/StandardProductListServiceImpl.java
@@ -412,8 +412,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);