From 7b5fddf1755d3a1f43e5e402f944e7446caf6500 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 12 八月 2021 14:08:53 +0800 Subject: [PATCH] 请假销假验证 --- zhengcaioa/zhengcaioa/Controllers/HR/SalaryCheckController.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Controllers/HR/SalaryCheckController.cs b/zhengcaioa/zhengcaioa/Controllers/HR/SalaryCheckController.cs index dbe815e..dca6527 100644 --- a/zhengcaioa/zhengcaioa/Controllers/HR/SalaryCheckController.cs +++ b/zhengcaioa/zhengcaioa/Controllers/HR/SalaryCheckController.cs @@ -188,8 +188,8 @@ var salaryDTO = _hrSalaryService.Get(salaryId); dto = new HrSalaryAppeal(); dto.salary_id = salaryId; - dto.Year = salaryDTO.Year; - dto.Month = salaryDTO.Month; + dto.year = salaryDTO.Year; + dto.month = salaryDTO.Month; dto.createrName = curentuser.UserName; dto.tittle = "宸ヨ祫鐢宠瘔锛�" + curentuser.UserName + "锛�"; } -- Gitblit v1.9.1