From 6b1886314fd18f34740c96bb4fd86046600dd2c0 Mon Sep 17 00:00:00 2001 From: 晏有为 <13214124+yan-youwei@user.noreply.gitee.com> Date: 星期四, 16 五月 2024 17:08:36 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-after --- cnas-server/src/main/java/com/yuanchu/mom/service/impl/StandardMethodServiceImpl.java | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/cnas-server/src/main/java/com/yuanchu/mom/service/impl/StandardMethodServiceImpl.java b/cnas-server/src/main/java/com/yuanchu/mom/service/impl/StandardMethodServiceImpl.java index 9983072..d101d18 100644 --- a/cnas-server/src/main/java/com/yuanchu/mom/service/impl/StandardMethodServiceImpl.java +++ b/cnas-server/src/main/java/com/yuanchu/mom/service/impl/StandardMethodServiceImpl.java @@ -8,7 +8,6 @@ import com.yuanchu.mom.mapper.StandardMethodMapper; import com.yuanchu.mom.pojo.StandardMethod; import com.yuanchu.mom.service.StandardMethodService; -import com.yuanchu.mom.service.StandardTreeService; import com.yuanchu.mom.utils.QueryWrappers; import lombok.AllArgsConstructor; import org.springframework.stereotype.Service; @@ -30,8 +29,6 @@ private GetLook getLook; private StandardMethodMapper standardMethodMapper; - - private StandardTreeService standardTreeService; @Override public Map<String, Object> selectStandardMethodList(Page page, StandardMethod standardMethod) { -- Gitblit v1.9.3