From dd29fcb8eff0fe9d442b98bd47738c79f3db136a Mon Sep 17 00:00:00 2001 From: 李宇 <986321569@qq.com> Date: 星期四, 25 二月 2021 09:56:37 +0800 Subject: [PATCH] 修改密码次数和时间 --- src/main/java/com/nanometer/smartlab/service/OpeApplyServiceImpl.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/nanometer/smartlab/service/OpeApplyServiceImpl.java b/src/main/java/com/nanometer/smartlab/service/OpeApplyServiceImpl.java index e21f8ba..e84cdfa 100644 --- a/src/main/java/com/nanometer/smartlab/service/OpeApplyServiceImpl.java +++ b/src/main/java/com/nanometer/smartlab/service/OpeApplyServiceImpl.java @@ -15,6 +15,7 @@ import com.nanometer.smartlab.util.MessageUtil; import org.apache.commons.lang.StringUtils; import org.apache.log4j.Logger; +import org.springframework.context.annotation.Lazy; import org.springframework.dao.DataAccessException; import org.springframework.dao.DataIntegrityViolationException; import org.springframework.dao.DuplicateKeyException; @@ -41,10 +42,13 @@ @Resource(name = "opeApplyDao") OpeApplyDao opeApplyDao; + @Lazy @Resource OpeOrderService opeOrderService; + @Lazy @Resource OpeReagentStatusService opeReagentStatusService; + @Lazy @Resource OpeWarehouseReserveService opeWarehouseReserveService; -- Gitblit v1.9.2