|
@@ -80,7 +80,6 @@ public class EvaluationCycleServiceImpl extends ServiceImpl<EvaluationCycleMappe
|
|
*/
|
|
*/
|
|
@Override
|
|
@Override
|
|
@Transactional(rollbackFor = Exception.class)
|
|
@Transactional(rollbackFor = Exception.class)
|
|
- @Override
|
|
|
|
public boolean delEvaluationCycleByIds(Long[] ids) {
|
|
public boolean delEvaluationCycleByIds(Long[] ids) {
|
|
return this.removeByIds(Arrays.asList(ids));
|
|
return this.removeByIds(Arrays.asList(ids));
|
|
}
|
|
}
|