From c686c5005c803d03ed551fd0117d88bd2bf9fd7c Mon Sep 17 00:00:00 2001 From: 刘小明 <liuxm_a@163.com> Date: 星期五, 26 七月 2024 15:58:10 +0800 Subject: [PATCH] 修改参数注释 --- pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/global/SysSetCtrl.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/global/SysSetCtrl.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/global/SysSetCtrl.java index 64c3f1d..f2dd9da 100644 --- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/global/SysSetCtrl.java +++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/global/SysSetCtrl.java @@ -1,9 +1,9 @@ package com.dy.pmsGlobal.global; - import com.dy.common.aop.SsoPowerAop; import com.dy.common.webUtil.BaseResponse; import com.dy.common.webUtil.BaseResponseUtils; +import com.dy.pmsGlobal.pojoBa.BaSysSet; import com.dy.pmsGlobal.pojoBa.BaUser; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; @@ -28,10 +28,10 @@ * @return 鍞竴绯荤粺璁剧疆 */ //@GetMapping(path = "one", consumes = MediaType.TEXT_PLAIN_VALUE)//鎸囧墠绔悜鍚庝紶鐨勫弬鏁扮被鍨� - @GetMapping(path = "one") + @GetMapping(path = "single") //@SsoAop() //鍙湁鐧诲綍楠岃瘉锛屾病鏈夋潈闄愰獙璇� @SsoPowerAop(power = "-1") //鐧诲綍涓庢潈闄愬悓鏃堕獙璇� - public BaseResponse<BaUser> single() { + public BaseResponse<BaSysSet> single() { try { return BaseResponseUtils.buildSuccess(this.sv.selectSingle()); } catch (Exception e) { -- Gitblit v1.8.0