|
@@ -363,7 +363,7 @@ public class CaseServiceImpl extends ServiceImpl<ICaseMapper, CaseEntity> implem
|
|
if(StringUtils.isNotBlank(share) && "1".equals(share)) { //分享请求头
|
|
if(StringUtils.isNotBlank(share) && "1".equals(share)) { //分享请求头
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- if(StpUtil.isLogin()){
|
|
|
|
|
|
+ if(!StpUtil.isLogin()){
|
|
throw new BusinessException(ResultCode.USER_NOT_LOGIN);
|
|
throw new BusinessException(ResultCode.USER_NOT_LOGIN);
|
|
}
|
|
}
|
|
|
|
|