From 2609bffee3a8de0d1e08b1b2c3fa3cfe13064f4e Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 24 三月 2025 11:40:14 +0800
Subject: [PATCH] 1
---
DAL/公用/frmHlpBillList1.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git "a/DAL/\345\205\254\347\224\250/frmHlpBillList1.cs" "b/DAL/\345\205\254\347\224\250/frmHlpBillList1.cs"
index 5be6dba..7fad9fd 100644
--- "a/DAL/\345\205\254\347\224\250/frmHlpBillList1.cs"
+++ "b/DAL/\345\205\254\347\224\250/frmHlpBillList1.cs"
@@ -55,7 +55,9 @@
}
sSql = frmCondition.SqlStr + sWhere ;
-
+
+ sSql = sSql.Replace("AND 作废人=''", "");
+ sSql = sSql.Replace("Top 10", "top(1000)");
//
DSet = SubCn.RunProcReturn(sSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo);
--
Gitblit v1.9.1