From 4e213607fd1bd97281460cc9424292200b5a857d Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期三, 15 四月 2026 17:01:09 +0800
Subject: [PATCH] 1.来料检验单 保存时存入组织字段,2.报工平台调整异常反馈的时候,增加流转卡生产订单字段返回 3.优化设备故障维修全流程页面与功能

---
 WebAPI/Controllers/SBGL/Sb_EquipMaintainBillController.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Controllers/SBGL/Sb_EquipMaintainBillController.cs b/WebAPI/Controllers/SBGL/Sb_EquipMaintainBillController.cs
index a59d5f9..6865cad 100644
--- a/WebAPI/Controllers/SBGL/Sb_EquipMaintainBillController.cs
+++ b/WebAPI/Controllers/SBGL/Sb_EquipMaintainBillController.cs
@@ -380,7 +380,7 @@
                 else
                 {
                     string s = "";
-                    if (BillOld.ShowBill(oBill.omodel.HInterID, ref s) == false)
+                    if (oBill.ShowBill(oBill.omodel.HInterID, ref s) == false)
                     {
                         objJsonResult.code = "0";
                         objJsonResult.count = 0;
@@ -404,7 +404,6 @@
                     objJsonResult.code = "0";
                     objJsonResult.count = 1;
                     objJsonResult.Message = "淇濆瓨鎴愬姛锛�";
-                    //WebAPIController.Add_Log("閫佽揣鍗曚笅鎺�", UserName, "鐢熸垚閫佽揣鍗�");
                     objJsonResult.data = 1;
                     return objJsonResult;
                 }

--
Gitblit v1.9.1