From e764161588b4a78a8a54773df9060981ac748487 Mon Sep 17 00:00:00 2001
From: 仲国强 <519541279@qq.com>
Date: 星期三, 15 九月 2021 11:18:14 +0800
Subject: [PATCH] 委外工序接收增加删除功能

---
 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