From fa2d8a898b44bbd2c54ab83961b696e9bfeeb368 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期五, 24 十二月 2021 19:21:34 +0800 Subject: [PATCH] 新增了缓存列表功能 --- WebAPI/WebServer.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebServer.cs b/WebAPI/WebServer.cs index b44ef78..3785002 100644 --- a/WebAPI/WebServer.cs +++ b/WebAPI/WebServer.cs @@ -4429,6 +4429,14 @@ //杩斿洖缂撳瓨鍒楄〃淇℃伅 鍚屾璧勬枡 + public DataSet GetKf_PonderationBillMain_TempList_New(string sHBillType, string sHMaker, Int64 sHOWNERID) + { + DAL.ClsKF_PonderationBillMain_Temp_View dal = new DAL.ClsKF_PonderationBillMain_Temp_View(); + return dal.GetKf_PonderationBillMain_TempList_New(sHBillType, sHMaker, sHOWNERID); + } + + + //杩斿洖缂撳瓨鍒楄〃淇℃伅 鍚屾璧勬枡 public DataSet GetKf_PonderationBillMain_TempList(string sHBillType, string sWhere) { DAL.ClsKF_PonderationBillMain_Temp_View dal = new DAL.ClsKF_PonderationBillMain_Temp_View(); @@ -4437,6 +4445,7 @@ + /// <summary> /// 鐢熸垚澶栬喘鍏ュ簱鍗� /// </summary> -- Gitblit v1.9.1