liding
2025-04-08 09ddece4effc738f2611c053d8f0f1fb22102597
basic-server/src/main/java/com/ruoyi/basic/service/impl/StandardProductListServiceImpl.java
@@ -14,13 +14,10 @@
import com.ruoyi.basic.service.StandardMethodListService;
import com.ruoyi.basic.service.StandardProductListSupplierAskService;
import com.ruoyi.common.exception.base.BaseException;
import com.ruoyi.common.utils.QueryWrappers;
import com.ruoyi.common.utils.SecurityUtils;
import com.ruoyi.basic.service.StandardProductListService;
import lombok.AllArgsConstructor;
import org.aspectj.weaver.ast.Var;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@@ -52,31 +49,22 @@
    private StructureTestObjectPartMapper  structureTestObjectPartMapper;
    @Autowired
    private StandardMethodListService standardMethodListService;
    @Autowired
    private StructureItemParameterMapper structureItemParameterMapper;
    @Autowired
    private ModelMapper modelMapper;
    @Autowired
    private StandardProductListBackupRelMapper standardProductListBackupRelMapper;
    @Autowired
    private StandardProductListUpdateRecordMapper standardProductListUpdateRecordMapper;
    @Autowired
    private StandardProductListUpdateRecordRelMapper standardProductListUpdateRecordRelMapper;
    @Autowired
    private StandardProductListSupplierAskService standardProductListSupplierAskService;
    @Autowired
    private StandardProductListSupplierAskBackupRelMapper  standardProductListSupplierAskBackupRelMapper;
    @Autowired
    private StandardMethodMapper standardMethodMapper;
@@ -243,7 +231,6 @@
    }
    /**
     *
     * @param str                 判定公式
     * @param model               型号
     * @param standardCores       芯数
@@ -494,6 +481,7 @@
    /**
     * 修改标准库区间
     *
     * @param list
     * @return
     */
@@ -528,6 +516,7 @@
    /**
     * 标准库拖拽
     *
     * @param resetTreeDragDTO
     */
    @Override
@@ -567,6 +556,7 @@
    /**
     * 检验项要求值对比
     *
     * @param copyDto
     * @return
     */
@@ -610,6 +600,7 @@
    /**
     * 检验项复制对比一个
     *
     * @param dto
     * @return
     */
@@ -644,6 +635,7 @@
    /**
     * 检验项复制排序
     *
     * @param copyDto
     * @return
     */
@@ -709,6 +701,7 @@
    /**
     * 标准树下检验项审核
     *
     * @param standardProductListUpdateRecord
     */
    @Override