|
|
@@ -36,7 +36,7 @@ public class SceneDeptShareServiceImpl extends ServiceImpl<ISceneDeptShareMapper
|
|
|
ICaseService caseService;
|
|
|
@Override
|
|
|
public void share(SceneDeptShare param) {
|
|
|
- if(((StringUtils.isBlank(param.getNum()) || param.getIsObj() == null) && param.getCaseId() == null)
|
|
|
+ if(((StringUtils.isBlank(param.getNum()) || param.getIsObj() == null) && param.getCaseId() == null && param.getFusionId() == null)
|
|
|
|| StringUtils.isBlank(param.getDeptId()) || param.getIsAuth() == null){
|
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
|
}
|