From 26e7644be352af722ea055d084b2e4a65efb382f Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期日, 28 二月 2021 10:08:05 +0800
Subject: [PATCH] 报表过滤框

---
 src/BLL/Demo.BillView/PRD/PODemandPlanListFilter.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/BLL/Demo.BillView/PRD/PODemandPlanListFilter.cs b/src/BLL/Demo.BillView/PRD/PODemandPlanListFilter.cs
index 65f6425..6ea520c 100644
--- a/src/BLL/Demo.BillView/PRD/PODemandPlanListFilter.cs
+++ b/src/BLL/Demo.BillView/PRD/PODemandPlanListFilter.cs
@@ -51,7 +51,7 @@
         {
             long userId = this.Context.UserId;
             string sql = $"/*dialect*/ select FSupplierId from T_SEC_user a join T_SCP_USERDATA b on a.FUSERID = b.FUSERID where FUSERTYPE = 2 and a.FUSERID ={userId}";
-            LogHelper.Info(sql);
+            //LogHelper.Info(sql);
             int FSupplierId = DBServiceHelper.ExecuteScalar<int>(Context, sql, 0);
             return FSupplierId;
         }

--
Gitblit v1.9.1