From 8f267d23ba2d8530e3099c145b48b772016b447b Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期四, 07 十一月 2024 18:27:07 +0800
Subject: [PATCH] 工艺路线退回状态可修改
---
WebAPI/Controllers/JHGL/Gy_RoutingBillController.cs | 2 +-
WebAPI/Properties/PublishProfiles/FolderProfilewtt.pubxml.user | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/WebAPI/Controllers/JHGL/Gy_RoutingBillController.cs b/WebAPI/Controllers/JHGL/Gy_RoutingBillController.cs
index 1a1b796..3cba9db 100644
--- a/WebAPI/Controllers/JHGL/Gy_RoutingBillController.cs
+++ b/WebAPI/Controllers/JHGL/Gy_RoutingBillController.cs
@@ -292,7 +292,7 @@
DataSet dss;
dss = oCN.RunProcReturn("select * from Gy_RoutingBillMain where HInterID=" + HInterID + " and HBillNo='" + HBillNo + "'", "Gy_RoutingBillMain");
//鍒ゆ柇鏄惁鍙紪杈�
- if ((dss.Tables[0].Rows[0]["HChecker"].ToString() != "" && dss.Tables[0].Rows[0]["HChecker"] != null) || (dss.Tables[0].Rows[0]["HBillStatus"].ToString() != "1" && dss.Tables[0].Rows[0]["HBillStatus"].ToString() != "0"))
+ if ((dss.Tables[0].Rows[0]["HChecker"].ToString() != "" && dss.Tables[0].Rows[0]["HChecker"] != null) || (dss.Tables[0].Rows[0]["HBillStatus"].ToString() != "1" && dss.Tables[0].Rows[0]["HBillStatus"].ToString() != "0" && dss.Tables[0].Rows[0]["HBillStatus"].ToString() != "5"))
{
objJsonResult.code = "0";
objJsonResult.count = 0;
diff --git a/WebAPI/Properties/PublishProfiles/FolderProfilewtt.pubxml.user b/WebAPI/Properties/PublishProfiles/FolderProfilewtt.pubxml.user
index 67fc430..909b54c 100644
--- a/WebAPI/Properties/PublishProfiles/FolderProfilewtt.pubxml.user
+++ b/WebAPI/Properties/PublishProfiles/FolderProfilewtt.pubxml.user
@@ -45,19 +45,19 @@
<publishTime>02/22/2013 16:43:40</publishTime>
</File>
<File Include="bin/BLL.dll">
- <publishTime>11/06/2024 14:13:13</publishTime>
+ <publishTime>11/06/2024 15:05:51</publishTime>
</File>
<File Include="bin/BLL.pdb">
- <publishTime>11/06/2024 14:13:13</publishTime>
+ <publishTime>11/06/2024 15:05:51</publishTime>
</File>
<File Include="bin/BouncyCastle.Crypto.dll">
<publishTime>12/18/2020 05:32:28</publishTime>
</File>
<File Include="bin/DAL.dll">
- <publishTime>11/06/2024 14:13:10</publishTime>
+ <publishTime>11/06/2024 15:05:49</publishTime>
</File>
<File Include="bin/DAL.pdb">
- <publishTime>11/06/2024 14:13:10</publishTime>
+ <publishTime>11/06/2024 15:05:49</publishTime>
</File>
<File Include="bin/Dapper.dll">
<publishTime>07/22/2016 22:52:40</publishTime>
@@ -294,10 +294,10 @@
<publishTime>11/24/2014 19:18:48</publishTime>
</File>
<File Include="bin/WebAPI.dll">
- <publishTime>11/06/2024 14:13:45</publishTime>
+ <publishTime>11/06/2024 15:06:22</publishTime>
</File>
<File Include="bin/WebAPI.pdb">
- <publishTime>11/06/2024 14:13:45</publishTime>
+ <publishTime>11/06/2024 15:06:22</publishTime>
</File>
<File Include="bin/WebAPI.XmlSerializers.dll">
<publishTime>08/16/2024 16:55:28</publishTime>
--
Gitblit v1.9.1