From 446523a87a8de5897afb6d457e1463fcd15e2e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E6=B6=9B?= <15850646081@163.com> Date: Mon, 25 Apr 2022 10:25:38 +0800 Subject: [PATCH] fix --- src/com/engine/salary/wrapper/AttendQuoteWrapper.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com/engine/salary/wrapper/AttendQuoteWrapper.java b/src/com/engine/salary/wrapper/AttendQuoteWrapper.java index d2fa9e6a8..1f08f65a0 100644 --- a/src/com/engine/salary/wrapper/AttendQuoteWrapper.java +++ b/src/com/engine/salary/wrapper/AttendQuoteWrapper.java @@ -137,10 +137,9 @@ public class AttendQuoteWrapper extends Service { /** * 获取薪资账套下拉列表 * - * @param tenantKey * @return */ - public List> selectSalarySobList(String tenantKey) { + public List> selectSalarySobList() { // 查询所有启用的薪资账套 List salarySobs = getSalarySobService(user).listByDisable(NumberUtils.INTEGER_ZERO);