From 2df469d76274eee773d8e247659f9ee09eed67b5 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 07 九月 2023 10:23:32 +0800
Subject: [PATCH] 任务汇报单:子表记录源单
---
WebAPI/Controllers/MateOutController.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Controllers/MateOutController.cs b/WebAPI/Controllers/MateOutController.cs
index 6c85dfc..65914a1 100644
--- a/WebAPI/Controllers/MateOutController.cs
+++ b/WebAPI/Controllers/MateOutController.cs
@@ -1970,7 +1970,7 @@
return objJsonResult;
}
- ds = oCN.RunProcReturn("select * from Gy_PlanShifts where HDate='" + hdate + "'", "Gy_PlanShifts");
+ ds = oCN.RunProcReturn("select * from Gy_PlanShifts where HDate='" + hdate + "' and HSourceID="+ TagId, "Gy_PlanShifts");
string sql = "";
if (ds.Tables[0].Rows.Count > 0)
{
--
Gitblit v1.9.1