From e990cf78de3e145f4a4b1493901c8d8caf95e53d Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 05 十二月 2024 11:50:48 +0800 Subject: [PATCH] 解绑优化 --- Tiger.Business/SYS/Biz.Sys_Params.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.Business/SYS/Biz.Sys_Params.cs b/Tiger.Business/SYS/Biz.Sys_Params.cs index 24c46ad..329e782 100644 --- a/Tiger.Business/SYS/Biz.Sys_Params.cs +++ b/Tiger.Business/SYS/Biz.Sys_Params.cs @@ -24,7 +24,7 @@ var action = new ApiAction<List<SYS_PARAM>>(); try { - action.Data = code.IsNullOrEmpty()? Biz.SysParam.Params.Where(x=>x.PRMG_CODE == group).ToList(): new List<SYS_PARAM>() { Biz.SysParam[group, code] } ; + action.Data = code.IsNullOrEmpty()? Biz.SysParam.Params.Where(x=>x.PRMG_CODE == group).ToList(): new List<SYS_PARAM>() { Biz.SysParam[code, group] } ; action.Message = $"鑾峰彇鍙傛暟鎴愬姛銆�"; } catch (Exception ex) -- Gitblit v1.9.3