From a36bb920e6b0ced4d8dce5a5d0710bd623c3e3f7 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期四, 15 九月 2022 09:58:08 +0800 Subject: [PATCH] 器具清单页签功能 --- WebAPI/Controllers/CGGL/Cg_POInStockBillController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/CGGL/Cg_POInStockBillController.cs b/WebAPI/Controllers/CGGL/Cg_POInStockBillController.cs index f06833c..a8cf93a 100644 --- a/WebAPI/Controllers/CGGL/Cg_POInStockBillController.cs +++ b/WebAPI/Controllers/CGGL/Cg_POInStockBillController.cs @@ -335,7 +335,7 @@ return objJsonResult; } } - //瀹℃牳 鍒犻櫎 鍒犻櫎閲戣澏鏁版嵁搴撳搴� 鏀舵枡閫氱煡鍒版暟鎹� + //鍙嶅鏍� 鍒犻櫎 鍒犻櫎閲戣澏鏁版嵁搴撳搴� 鏀舵枡閫氱煡鍒版暟鎹� public json DeleteKingDee(string hinterid) { string sql = string.Format("select HinterID,HERPBillNO,HERPInterID from Cg_POInStockBillMain where HERPInterID>0 and hinterid in (" + hinterid + ")"); -- Gitblit v1.9.1