From 72c0e1a3457d8b43c5eefe4e6d4dd0ef9bc0b2ee Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期五, 24 十月 2025 09:46:35 +0800
Subject: [PATCH] 增加app模具选着保养规程或点检规程自动带出子表信息方法,增加客户物料对应表接口字段商品idHSupID
---
WebAPI/Controllers/BaseSet/Gy_EmployeeController.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Controllers/BaseSet/Gy_EmployeeController.cs b/WebAPI/Controllers/BaseSet/Gy_EmployeeController.cs
index c727cfb..29368da 100644
--- a/WebAPI/Controllers/BaseSet/Gy_EmployeeController.cs
+++ b/WebAPI/Controllers/BaseSet/Gy_EmployeeController.cs
@@ -1331,7 +1331,7 @@
string sql = string.Empty;
//淇濆瓨
oCN.BeginTran();
- sql = $"delete Gy_Employee where HItemID = {lsmain[0].HItemID}";
+ sql = $"delete Gy_Employee where HItemID = {lsmain[0].HItemID}";
oCN.RunProc(sql);
sql = "set identity_insert Gy_Employee on";
oCN.RunProc(sql);
--
Gitblit v1.9.1