From f38f94f9a14619d6877eb101058d1405d27b3bd0 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期五, 30 七月 2021 08:35:58 +0800 Subject: [PATCH] 合并 --- WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs index bcc10ba..727a50f 100644 --- a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs +++ b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs @@ -390,9 +390,9 @@ ///鍙傛暟锛歴tring sql銆� ///杩斿洖鍊硷細object銆� /// </summary> - [Route("Cj_StationOutBill/list")] + [Route("Cj_StationOutBill/get_Display")] [HttpGet] - public object list(string sWhere) + public object get_Display(string sWhere) { try { -- Gitblit v1.9.1