From ae6a8a95861a75ee580c75451f57e0504d2c367a Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期一, 09 六月 2025 17:16:49 +0800 Subject: [PATCH] 针对ERP提供的字段,完善部分出库逻辑 --- util/SqlHelper.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/util/SqlHelper.cs b/util/SqlHelper.cs index f0f6028..94c166d 100644 --- a/util/SqlHelper.cs +++ b/util/SqlHelper.cs @@ -39,6 +39,12 @@ //鐩稿綋浜嶦F鐨�PrintToMiniProfiler }; + // 閰嶇疆AOP鏃ュ織 + //db.Aop.OnLogExecuting = (sql, pars) => + //{ + // Console.WriteLine(sql); // 杈撳嚭绾疭QL璇彞 + //}; + //姣忔璁剧疆鏁板�鏃堕兘鍘婚櫎鍓嶅鍚庡绌烘牸 db.Aop.DataExecuted = (value, entity) => { entity.EntityColumnInfos.ToList().ForEach(a => { -- Gitblit v1.9.1