From fb87ea77f00ad18ee0cf4117f52ea6dc2b5e00a2 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期五, 05 十二月 2025 09:16:23 +0800
Subject: [PATCH] 1
---
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