From f76323f8f03e28bc7a5ccaf711ede23f1eca7afd Mon Sep 17 00:00:00 2001 From: zgq <519541279@qq.com> Date: 星期六, 07 八月 2021 13:29:23 +0800 Subject: [PATCH] ignore --- 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