mirror of https://gitee.com/topiam/eiam
⚡ 优化代码
parent
8699bcfccc
commit
2efef4825d
|
@ -22,8 +22,6 @@ import java.util.List;
|
|||
import java.util.Map;
|
||||
import java.util.Objects;
|
||||
|
||||
import cn.topiam.employee.common.entity.app.AppEntity;
|
||||
import cn.topiam.employee.common.repository.app.impl.mapper.AppEntityMapper;
|
||||
import org.apache.commons.lang3.ObjectUtils;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.springframework.data.domain.Page;
|
||||
|
|
|
@ -256,7 +256,7 @@ public class AppServiceImpl implements AppService {
|
|||
private final AppConverter appConverter;
|
||||
|
||||
/**
|
||||
* AppGroupAssociationRepositorys
|
||||
* AppGroupAssociationRepository
|
||||
*/
|
||||
private final AppGroupAssociationRepository appGroupAssociationRepository;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue