From 9700fa5f390e5b31ff966ce63f5f91ca46eedb72 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期一, 01 十一月 2021 13:31:56 +0800 Subject: [PATCH] nothing --- WebAPI/WebServer.cs | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebServer.cs b/WebAPI/WebServer.cs index 97255aa..29f5db2 100644 --- a/WebAPI/WebServer.cs +++ b/WebAPI/WebServer.cs @@ -1122,6 +1122,7 @@ #endregion + #region 澶栬喘閫�鏂� 澶栬喘鍏ュ簱锛堢孩瀛楋級 * public bool set_SavePOStockInBackBill_New(WebAPI.WebS.ClsKf_ICStockBillMain oMain, string sHSourceType, ref string sErrMsg) @@ -7770,5 +7771,20 @@ } #endregion + #region [鑾峰彇鎵撳嵃妯℃澘] + /// <summary> + /// 鎵撳嵃妯℃澘鍒楄〃 + /// </summary> + /// <param name="sWhere"></param> + /// <param name="sErr"></param> + /// <returns></returns> + public DataSet GetOpenTmpList(string sWhere, ref string sErr) + { + SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); + DataSet ds = new DataSet(); + ds = oCn.RunProcReturn("select * from h_v_IF_OpenTmpList " + sWhere, "h_v_IF_OpenTmpList"); + return ds; + } + #endregion } } \ No newline at end of file -- Gitblit v1.9.1