fix
This commit is contained in:
parent
2ec48b2be1
commit
446523a87a
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue