From 370fc0849ae01b7d8cbe44174a015e11704c2931 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期三, 30 十一月 2022 09:33:13 +0800
Subject: [PATCH] 部分修正

---
 CLOUDWEB/WebService1.asmx.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CLOUDWEB/WebService1.asmx.cs b/CLOUDWEB/WebService1.asmx.cs
index 162c637..9d652ce 100644
--- a/CLOUDWEB/WebService1.asmx.cs
+++ b/CLOUDWEB/WebService1.asmx.cs
@@ -33579,12 +33579,12 @@
 
             if (dal.DeleteBillList(sHInterID))
             {
-                sErrMsg = "鍒犻櫎鎴愬姛锛�";
+                sErrMsg = "鍒犻櫎缂撳瓨鎴愬姛锛�";
                 return true;
             }
             else
             {
-                sErrMsg = "鍒犻櫎澶辫触锛�";
+                sErrMsg = "鍒犻櫎缂撳瓨澶辫触锛�";
                 return false;
             }
         }
@@ -33837,7 +33837,7 @@
         {
             SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();
             DataSet Ds = oCn.RunProcReturn("exec h_p_Kf_ICStockBillQueryList '" + sHBillType + "','" + sBillNo + "','" + sSourceBillNo + "'", "h_p_Kf_ICStockBillQueryList");
-            if (Ds == null || Ds.Tables[0].Rows.Count == 0)
+            if (Ds == null)
             {
                 return null;
             }
@@ -47092,7 +47092,7 @@
         {
             SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();
             DataSet DS = oCn.RunProcReturn("exec h_p_KF_PonderationBillMain_TempList_BillCheck " + HInterID.ToString() + ",'" + sBillType + "','" + sWhere + "'", "h_p_KF_PonderationBillMain_TempList_BillCheck");
-            if (DS == null || DS.Tables[0].Rows.Count == 0)
+            if (DS == null)
             {
                 return null;
             }
@@ -47163,7 +47163,7 @@
         {
             SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();
             DataSet Ds = oCn.RunProcReturn("exec h_p_KF_GetPonderationBillMain_TempList_BillCheck '" + sHBillType + "','" + sHMaker + "'," + sHOWNERID.ToString(), "h_p_KF_GetPonderationBillMain_TempList_BillCheck");
-            if (Ds == null || Ds.Tables[0].Rows.Count == 0)
+            if (Ds == null)
             {
                 return null;
             }

--
Gitblit v1.9.1