From 91805b1202f82d7eacca36a9083b1b0a48671869 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期四, 09 一月 2025 12:25:45 +0800 Subject: [PATCH] 1 --- DAL/公用/frmHlpBillList1.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git "a/DAL/\345\205\254\347\224\250/frmHlpBillList1.cs" "b/DAL/\345\205\254\347\224\250/frmHlpBillList1.cs" index 7a00bfd..7fad9fd 100644 --- "a/DAL/\345\205\254\347\224\250/frmHlpBillList1.cs" +++ "b/DAL/\345\205\254\347\224\250/frmHlpBillList1.cs" @@ -57,6 +57,7 @@ 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