From ce0f27009ef4b09008381b9edf4871e94aaadd23 Mon Sep 17 00:00:00 2001 From: 沈泽 <211959439@qq.com> Date: 星期三, 22 九月 2021 08:34:36 +0800 Subject: [PATCH] 1 --- WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs index 118a408..c20bfe3 100644 --- a/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs +++ b/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs @@ -738,7 +738,7 @@ objJsonResult.data = null; return objJsonResult; } - DAL.ClsSc_StationInBill oBill = new DAL.ClsSc_StationInBill(); + DAL.ClsSc_StationEntrustInBill oBill = new DAL.ClsSc_StationEntrustInBill(); if (oBill.ShowBill(HInterID, ref DBUtility.ClsPub.sExeReturnInfo)) { if (oBill.omodel.HMaker != HDeleteMan && (HDeleteMan != "admin" && HDeleteMan != "Admin")) -- Gitblit v1.9.1