From ed68594d0bb3d55271c71d9b43ec5931af62be05 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期二, 11 三月 2025 15:24:03 +0800 Subject: [PATCH] 产品器具清单新增字段:器具类型,工装优先级,工位数;生产资源新增字段:工位数量,产线标准人数;工序新增字段:标准工价;工艺路线编辑修改查询视图;焊接排产:协同生产资源写入排产记录;物料新增字段:工位数; --- 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