|
@@ -381,6 +381,7 @@ public class EnterpriseServiceImpl extends ServiceImpl<EnterpriseMapper, Enterpr
|
|
|
return new PageUtils(enterprisePage);
|
|
return new PageUtils(enterprisePage);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ @Transactional(rollbackFor = Exception.class)
|
|
|
@Override
|
|
@Override
|
|
|
public void downOrVip(List<Long> ids) {
|
|
public void downOrVip(List<Long> ids) {
|
|
|
baseMapper.update(null, new LambdaUpdateWrapper<EnterpriseEntity>()
|
|
baseMapper.update(null, new LambdaUpdateWrapper<EnterpriseEntity>()
|