|
@@ -115,9 +115,6 @@ public class CompanyServiceImpl implements ICompanyService
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private TransactionTemplate transactionTemplate;
|
|
private TransactionTemplate transactionTemplate;
|
|
|
|
|
|
|
|
- @Autowired
|
|
|
|
|
- private RedissonClient redissonClient;
|
|
|
|
|
-
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public List<OptionsVO> selectAllCompanyList(Long deptId) {
|
|
public List<OptionsVO> selectAllCompanyList(Long deptId) {
|
|
|
return companyMapper.selectAllCompanyList(deptId);
|
|
return companyMapper.selectAllCompanyList(deptId);
|