|
|
@ -209,9 +209,6 @@ public class SysRoleServiceImpl extends BaseServiceImpl<SysRoleDao, SysRoleEntit |
|
|
|
* @Date 2019/12/26 13:22 |
|
|
|
**/ |
|
|
|
private void saveOrUpdateWhistleDeptId(Long roleId, List<Long> whistleDeptIdList) { |
|
|
|
if (null == whistleDeptIdList || whistleDeptIdList.size() == 0) { |
|
|
|
return; |
|
|
|
} |
|
|
|
HandleRoleDeptFormDTO formDTO = new HandleRoleDeptFormDTO(); |
|
|
|
formDTO.setRoleId(roleId.toString()); |
|
|
|
|
|
|
|