This commit is contained in:
钱涛 2022-04-25 10:25:38 +08:00
parent 2ec48b2be1
commit 446523a87a
1 changed files with 1 additions and 2 deletions

View File

@ -137,10 +137,9 @@ public class AttendQuoteWrapper extends Service {
/**
* 获取薪资账套下拉列表
*
* @param tenantKey
* @return
*/
public List<Map<String, Object>> selectSalarySobList(String tenantKey) {
public List<Map<String, Object>> selectSalarySobList() {
// 查询所有启用的薪资账套
List<SalarySobPO> salarySobs = getSalarySobService(user).listByDisable(NumberUtils.INTEGER_ZERO);