From b536bc1fc0974a24531f365381ace95f0a736208 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 23 二月 2024 16:18:31 +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