From 7814514096841d5215529b3fd04092e416c9e16e Mon Sep 17 00:00:00 2001 From: fshenye <512914587@qq.com> Date: Mon, 14 Mar 2022 09:29:17 +0800 Subject: [PATCH] .. --- .../sh/stc/sict/theme/hphy/controller/mp/IndexController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hphy/controller/mp/IndexController.java b/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hphy/controller/mp/IndexController.java index acc4241..82464bb 100644 --- a/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hphy/controller/mp/IndexController.java +++ b/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hphy/controller/mp/IndexController.java @@ -4,7 +4,6 @@ import cn.sh.stc.sict.cloud.common.core.util.R; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.extern.slf4j.Slf4j; -import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @@ -24,4 +23,5 @@ public class IndexController { public R saveSatisfaction(){ return new R(); } + } -- 2.22.0