yxj
2022-11-30 370fc0849ae01b7d8cbe44174a015e11704c2931
部分修正
1个文件已修改
10 ■■■■ 已修改文件
CLOUDWEB/WebService1.asmx.cs 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
            }