From 0a7beb214741d32d8ee7700a354ec5dfbe9ff29e Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期四, 25 十二月 2025 11:33:44 +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