From 58542a36fd7905db0e79948a8d87a00776e24efb Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Wed, 24 Sep 2025 20:47:27 +0800 Subject: [PATCH] 1 --- SGGL/BLL/Common/Funs.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SGGL/BLL/Common/Funs.cs b/SGGL/BLL/Common/Funs.cs index f55789fc..c5ef078b 100644 --- a/SGGL/BLL/Common/Funs.cs +++ b/SGGL/BLL/Common/Funs.cs @@ -598,6 +598,7 @@ namespace BLL catch (Exception ex) { ErrLogInfo.WriteLog($"´íÎóÊý¾Ý£º{value}", ex); + return revalue; } }