service 优化代码 alihealth auth basic 包

dev_2.5_ocean
qiuyt 4 months ago
parent b12c952de3
commit 27b3bc30be

@ -65,17 +65,6 @@ public class AuthAdminServiceImpl extends ServiceImpl<AuthAdminDao, AuthAdmin> i
return authAdminDao.findById(id);
}
/**
* id
*
* @param id
* @return
*/
@Override
public AuthAdmin findPwdById(Long id) {
return authAdminDao.findPwdById(id);
}
/**
*
*

@ -100,12 +100,6 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService {
baseMapper.deleteBatchIds(Arrays.asList(dictIds));
}
/**
*
*/
@Override
public void resetDictCache() {
}
/**
*

Loading…
Cancel
Save