From aaa742141d18b5f6d73942c975de55a14446ef22 Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期五, 02 二月 2024 08:49:23 +0800 Subject: [PATCH] 网页版工资结算单(个人)、工资结算单(集体)、工资结算单(其他)、定额申请单、异常工时申请单列表模块,列表返回数据、审核反审核、关闭反关闭、作废反作废、删除等调用方法修改 --- WebAPI/Controllers/工资管理/Pay_WorkTimesBillController.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git "a/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_WorkTimesBillController.cs" "b/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_WorkTimesBillController.cs" index 10afe0f..719ac25 100644 --- "a/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_WorkTimesBillController.cs" +++ "b/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_WorkTimesBillController.cs" @@ -18,6 +18,7 @@ public const string ModName = "2203"; //鍗曟嵁绫诲瀷 public const string ModCaption = "鑰冨嫟姹囨姤鍗�"; //鍗曟嵁鍚嶇О public const string ModRightName = "Pay_WorkTimesBill"; + public const string ModRightNameList = ModRightName + "List"; //鍒楄〃 public const string ModRightNameEdit = ModRightName + "_Edit"; //缂栬緫 public const string ModRightNameCheck = ModRightName + "_Check"; //瀹℃牳 public const string ModRightNameClose = ModRightName + "_Close"; //鍏抽棴 @@ -45,7 +46,7 @@ try { //鍒ゆ柇鏉冮檺 - if (!DBUtility.ClsPub.Security_Log(ModRightName, 3, false, HMaker)) + if (!DBUtility.ClsPub.Security_Log(ModRightNameList, 3, false, HMaker)) { objJsonResult.code = "0"; objJsonResult.count = 0; -- Gitblit v1.9.1