From 9f7b0ecace9c80ff2a1d95f4343058b3b031bd22 Mon Sep 17 00:00:00 2001
From: dytyqx <1342948614@qq.com>
Date: 星期一, 30 三月 2026 21:39:29 +0800
Subject: [PATCH] 容器管理新增字段子单据类型
---
WebAPI/Controllers/CJGL/Qc_PreventErrMouldCheckBillController.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/WebAPI/Controllers/CJGL/Qc_PreventErrMouldCheckBillController.cs b/WebAPI/Controllers/CJGL/Qc_PreventErrMouldCheckBillController.cs
index a4fe018..971d944 100644
--- a/WebAPI/Controllers/CJGL/Qc_PreventErrMouldCheckBillController.cs
+++ b/WebAPI/Controllers/CJGL/Qc_PreventErrMouldCheckBillController.cs
@@ -165,7 +165,7 @@
return objJsonResult;
}
- ds = oCN.RunProcReturn("select * from h_v_Qc_PreventErrMouldCheckBillMainList where HInterID = " + HInterID, " h_v_Qc_PreventErrMouldCheckBillMainList");
+ ds = oCN.RunProcReturn("select * from h_v_Qc_PreventErrMouldCheckBillMainEdit where HInterID = " + HInterID, " h_v_Qc_PreventErrMouldCheckBillMainEdit");
objJsonResult.code = "1";
objJsonResult.count = 1;
@@ -261,8 +261,8 @@
}
UserName = oItem.HMaker; //鍒跺崟浜�
- oItem.HBillType = "3744";
- oItem.HBillSubType = "3744";
+ oItem.HBillType = "7517";
+ oItem.HBillSubType = "7517";
--
Gitblit v1.9.1