From 99d001bbf2a0371373e15c97d3c6c7dcf45e97e3 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期五, 13 六月 2025 15:44:22 +0800
Subject: [PATCH] 修复空托上线与满托下线联调的逻辑错误

---
 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