| | |
| | | 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; |
| | | |
| | |
| | | |
| | | 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; |
| | | |
| | | |
| | |
| | | } |
| | | |
| | | /** |
| | | * |
| | | * @param str 判定公式 |
| | | * @param model 型号 |
| | | * @param standardCores 芯数 |
| | |
| | | |
| | | /** |
| | | * 修改标准库区间 |
| | | * |
| | | * @param list |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 标准库拖拽 |
| | | * |
| | | * @param resetTreeDragDTO |
| | | */ |
| | | @Override |
| | |
| | | |
| | | /** |
| | | * 检验项要求值对比 |
| | | * |
| | | * @param copyDto |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 检验项复制对比一个 |
| | | * |
| | | * @param dto |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 检验项复制排序 |
| | | * |
| | | * @param copyDto |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 标准树下检验项审核 |
| | | * |
| | | * @param standardProductListUpdateRecord |
| | | */ |
| | | @Override |