From 67b2d078a807c77051767d9d2cca4f5194213bb4 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期二, 18 六月 2024 19:40:24 +0800 Subject: [PATCH] 网页版: 异常反馈单 表头增加 字段 HHandleEmpID int --指派处理人(Gy_Employee) 这个字段 在 新增和修改 反馈单时 ,不可编辑; 当异常反馈接收单 保存时,根据源单 将 反馈接收单 的 指派处理人 更新至 异常反馈单 里。 --- WebAPI/Controllers/BaseSet/Gy_MaintenanceModeController.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WebAPI/Controllers/BaseSet/Gy_MaintenanceModeController.cs b/WebAPI/Controllers/BaseSet/Gy_MaintenanceModeController.cs index 88d556e..db3f653 100644 --- a/WebAPI/Controllers/BaseSet/Gy_MaintenanceModeController.cs +++ b/WebAPI/Controllers/BaseSet/Gy_MaintenanceModeController.cs @@ -128,7 +128,7 @@ DAL.ClsGy_RepairType_View oDeptHlp = new DAL.ClsGy_RepairType_View(); try { - if (!DBUtility.ClsPub.Security_Log(ModRightNameDelete, 1, true, User)) + if (!DBUtility.ClsPub.Security_Log(ModRightNameDelete, 1, false, User)) { objJsonResult.code = "0"; objJsonResult.count = 0; @@ -312,7 +312,7 @@ //鍒ゆ柇鏉冮檺 - if (!ClsPub.Security_Log(msg5, 1, true, msg4)) + if (!ClsPub.Security_Log(msg5, 1, false, msg4)) { objJsonResult.code = "0"; objJsonResult.count = 0; @@ -373,7 +373,7 @@ return objJsonResult; } } - #endregion + #endregion /// <summary> -- Gitblit v1.9.1