From e39d9bfeee0b62a60dc08e2dc93e0a05f3d6b503 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期四, 15 八月 2024 14:41:20 +0800 Subject: [PATCH] add report --- 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