From 05e8d342bbff483c73ac4fc481ea16f203a78ba1 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期三, 10 五月 2023 10:28:12 +0800 Subject: [PATCH] 斯莫尔生产订单 货主 工序流转卡批量复制 --- WebAPI/Controllers/BLL/Xt_UserGroupController.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WebAPI/Controllers/BLL/Xt_UserGroupController.cs b/WebAPI/Controllers/BLL/Xt_UserGroupController.cs index 64d2d52..28a421d 100644 --- a/WebAPI/Controllers/BLL/Xt_UserGroupController.cs +++ b/WebAPI/Controllers/BLL/Xt_UserGroupController.cs @@ -192,8 +192,10 @@ if (ds.Tables[0].Rows.Count > 0) { oCN.BeginTran();//寮�鍚簨鍔� - - oCN.RunProc($"delete from h_v_System_UserGroup where HGroupID={HInterID}"); + //鍒犻櫎瑙掕壊琛� + oCN.RunProc($"delete from System_UserGroup where GroupID={HInterID}"); + //鍒犻櫎鍏宠仈鐨勭敤鎴峰叧绯� + oCN.RunProc($"delete from System_UserGroupInfo where GroupId={HInterID}"); oCN.Commit();//缁撴潫浜嬪姟 -- Gitblit v1.9.1