From 546d3fcba73b772446b4cf4654c3b3a995244bce Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 26 十一月 2025 09:09:24 +0800 Subject: [PATCH] 新增访问路径 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/config/WebConfig.java | 1 - jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/freemark/TemplateCreateController.java | 5 ----- 2 files changed, 0 insertions(+), 6 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/config/WebConfig.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/config/WebConfig.java index 2cf7ce7..3f85867 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/config/WebConfig.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/config/WebConfig.java @@ -3,7 +3,6 @@ import cn.lihu.jh.module.infra.dal.dataobject.config.ConfigDO; import cn.lihu.jh.module.infra.service.config.ConfigService; import org.springframework.context.annotation.Configuration; -import org.springframework.beans.factory.annotation.Value; import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/freemark/TemplateCreateController.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/freemark/TemplateCreateController.java index 5c1fe88..d5d668a 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/freemark/TemplateCreateController.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/freemark/TemplateCreateController.java @@ -4,12 +4,10 @@ import cn.lihu.jh.module.ecg.service.appointment.AppointmentService; import cn.lihu.jh.module.infra.dal.dataobject.config.ConfigDO; import cn.lihu.jh.module.infra.service.config.ConfigService; -import com.thoughtworks.xstream.core.BaseException; import freemarker.template.Configuration; import freemarker.template.Template; import io.swagger.v3.oas.annotations.Operation; import lombok.extern.slf4j.Slf4j; -import org.springframework.beans.factory.annotation.Value; import org.springframework.util.StringUtils; import org.springframework.validation.annotation.Validated; import org.springframework.web.bind.annotation.GetMapping; @@ -18,12 +16,9 @@ import org.springframework.web.bind.annotation.RestController; import javax.annotation.Resource; -import javax.servlet.http.HttpServletResponse; import java.io.*; -import java.net.URLEncoder; import java.time.LocalDate; import java.time.Period; -import java.util.Calendar; import java.util.HashMap; import java.util.Map; -- Gitblit v1.9.3