|
@@ -2259,13 +2259,13 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
throw new BizException("申请失败,存在[申请中]的记录");
|
|
throw new BizException("申请失败,存在[申请中]的记录");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- if(reqMusicGroupQuit.getStatus() != APPROVED){
|
|
|
|
|
|
+/* if(reqMusicGroupQuit.getStatus() != APPROVED){
|
|
//是否是特定的可以一键退团的乐团主管
|
|
//是否是特定的可以一键退团的乐团主管
|
|
Boolean hasRole = employeePositionService.getDao().hasRole("一键退团",operatorId,reqMusicGroupQuit.getTenantId());
|
|
Boolean hasRole = employeePositionService.getDao().hasRole("一键退团",operatorId,reqMusicGroupQuit.getTenantId());
|
|
if(hasRole){
|
|
if(hasRole){
|
|
reqMusicGroupQuit.setStatus(APPROVED);
|
|
reqMusicGroupQuit.setStatus(APPROVED);
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
musicGroupQuit = new MusicGroupQuit();
|
|
musicGroupQuit = new MusicGroupQuit();
|
|
musicGroupQuit.setCreateTime(new Date());
|
|
musicGroupQuit.setCreateTime(new Date());
|