From d5911ff0c0a17aa8ccd97c050be06fa1a2b812e6 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期五, 29 三月 2024 10:04:39 +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