From ad54d502450e219c38f7d9b878ae07f759ab2a23 Mon Sep 17 00:00:00 2001 From: 朱佳吉 <1527963051@qq.com> Date: 星期二, 07 五月 2024 17:58:54 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-after --- inspect-server/src/main/java/com/yuanchu/mom/mapper/StandardTreeMapper.java | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/inspect-server/src/main/java/com/yuanchu/mom/mapper/StandardTreeMapper.java b/inspect-server/src/main/java/com/yuanchu/mom/mapper/StandardTreeMapper.java index 41b3e83..c2f74a5 100644 --- a/inspect-server/src/main/java/com/yuanchu/mom/mapper/StandardTreeMapper.java +++ b/inspect-server/src/main/java/com/yuanchu/mom/mapper/StandardTreeMapper.java @@ -1,6 +1,8 @@ package com.yuanchu.mom.mapper; import com.yuanchu.mom.dto.FactoryDto; +import com.yuanchu.mom.dto.SampleTypeDto; +import com.yuanchu.mom.pojo.StandardMethodList; import com.yuanchu.mom.pojo.StandardProductList; import com.yuanchu.mom.pojo.StandardTree; import com.baomidou.mybatisplus.core.mapper.BaseMapper; @@ -17,8 +19,19 @@ List<FactoryDto> selectStandardTreeList(); + List<StandardTree> selectStandardTreeList2(String sampleType); + StandardProductList selectStandardProductById(Integer id); + List<StandardProductList> getStandardProductListBySample(String sampleType); + + List<StandardMethodList> getStandardMethodListBySample(String sampleType); + + List<StandardProductList> selectStandardProductListByTree(String tree, String sample, String model, String trees); + + List<StandardProductList> selectStandardProductListByTree2(String tree, String sample, String model, String trees); + + List<SampleTypeDto> getStandardTree2(); } -- Gitblit v1.9.3