From 624a245f9b69427902732fbbd2e640e84f507126 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 01 十一月 2024 17:44:29 +0800
Subject: [PATCH] 异常反馈列表修改查询报错
---
WebAPI/Properties/PublishProfiles/JFAPI.pubxml.user | 12 ++++++------
WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs b/WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs
index 9f6ccf8..e5a9bec 100644
--- a/WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs
+++ b/WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs
@@ -6785,7 +6785,7 @@
List<object> columnNameList = new List<object>();
- ds = oCN.RunProcReturn("exec h_p_OA_ErrMsgBackSelfQuery '" + HStatus + "','" + HBeginDate + "','" + HEndDate + "','" + HSourceID + "','" + user + "'", "h_p_QC_ErrManagerLedgerReport_Source");
+ ds = oCN.RunProcReturn("exec h_p_OA_ErrMsgBackSelfQuery '" + HStatus + "','" + HBeginDate + "','" + HEndDate + "','" + HSourceID + "','" + user + "'" , "h_p_OA_ErrMsgBackSelfQuery");
if (ds.Tables[0].Rows.Count != 0 || ds != null)
{
diff --git a/WebAPI/Properties/PublishProfiles/JFAPI.pubxml.user b/WebAPI/Properties/PublishProfiles/JFAPI.pubxml.user
index e8fce13..ce39951 100644
--- a/WebAPI/Properties/PublishProfiles/JFAPI.pubxml.user
+++ b/WebAPI/Properties/PublishProfiles/JFAPI.pubxml.user
@@ -45,10 +45,10 @@
<publishTime>02/22/2013 16:43:40</publishTime>
</File>
<File Include="bin/BLL.dll">
- <publishTime>11/01/2024 10:21:47</publishTime>
+ <publishTime>11/01/2024 11:47:57</publishTime>
</File>
<File Include="bin/BLL.pdb">
- <publishTime>11/01/2024 10:21:47</publishTime>
+ <publishTime>11/01/2024 11:47:57</publishTime>
</File>
<File Include="bin/BouncyCastle.Crypto.dll">
<publishTime>12/18/2020 05:32:28</publishTime>
@@ -285,19 +285,19 @@
<publishTime>05/09/2023 10:43:40</publishTime>
</File>
<File Include="bin/TopSdk.dll">
- <publishTime>11/01/2024 10:20:57</publishTime>
+ <publishTime>11/01/2024 11:47:27</publishTime>
</File>
<File Include="bin/TopSdk.pdb">
- <publishTime>11/01/2024 10:20:57</publishTime>
+ <publishTime>11/01/2024 11:47:27</publishTime>
</File>
<File Include="bin/WebActivatorEx.dll">
<publishTime>11/24/2014 19:18:48</publishTime>
</File>
<File Include="bin/WebAPI.dll">
- <publishTime>11/01/2024 10:21:26</publishTime>
+ <publishTime>11/01/2024 11:47:50</publishTime>
</File>
<File Include="bin/WebAPI.pdb">
- <publishTime>11/01/2024 10:21:26</publishTime>
+ <publishTime>11/01/2024 11:47:50</publishTime>
</File>
<File Include="bin/WebGrease.dll">
<publishTime>07/18/2013 01:03:52</publishTime>
--
Gitblit v1.9.1