From 62a49c78f68579a2dd51372526bef6939aa927bb Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 12 三月 2025 14:54:18 +0800 Subject: [PATCH] 雅达-新增MES相关类以扩展项目功能 --- 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..dba0035 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()? Cache.SysParam.Params.Where(x=>x.PRMG_CODE == group).ToList(): new List<SYS_PARAM>() { Cache.SysParam[code, group] } ; action.Message = $"鑾峰彇鍙傛暟鎴愬姛銆�"; } catch (Exception ex) -- Gitblit v1.9.3