From d594c576eb6cd7073e880cd09fe581fb2ac5504b Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 21 四月 2025 08:38:36 +0800 Subject: [PATCH] 修改在职企业维护 --- zhengcaioa/IServices/IHrSalaryService.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zhengcaioa/IServices/IHrSalaryService.cs b/zhengcaioa/IServices/IHrSalaryService.cs index 1bc8834..6e8a6d2 100644 --- a/zhengcaioa/IServices/IHrSalaryService.cs +++ b/zhengcaioa/IServices/IHrSalaryService.cs @@ -27,7 +27,7 @@ ResultEntity CheckAppea(HrSalaryAppeal model); - HrSalaryAppeal GetAppeal(string id, string user); + HrSalaryAppeal GetAppeal(string id="", string user="",string salaryId = ""); ResultDataEntity<HrSalaryDTO> SearchByPagingFinish(HrSalaryDTOSearch searchEntity); -- Gitblit v1.9.1