|
@@ -69,7 +69,7 @@ public class CaseLiveServiceImpl extends ServiceImpl<ICaseLiveMapper, CaseLive>
|
|
caseLive.setTmUserId((String)StpUtil.getLoginId() );
|
|
caseLive.setTmUserId((String)StpUtil.getLoginId() );
|
|
}
|
|
}
|
|
Boolean flag = this.getCheckCreateRoom(caseLive.getNumList(),numList);
|
|
Boolean flag = this.getCheckCreateRoom(caseLive.getNumList(),numList);
|
|
- if(flag){
|
|
|
|
|
|
+ if(!flag){
|
|
FdkkResponse<FdRoomAddParam> fdkkResponse = fdService.fdCreateTakeLookRoom(caseEntity.getCaseTitle(),numList,caseLive.getTakeRoomId());
|
|
FdkkResponse<FdRoomAddParam> fdkkResponse = fdService.fdCreateTakeLookRoom(caseEntity.getCaseTitle(),numList,caseLive.getTakeRoomId());
|
|
if(fdkkResponse.getCode() != 0){
|
|
if(fdkkResponse.getCode() != 0){
|
|
throw new BusinessException(fdkkResponse.getCode(),fdkkResponse.getMsg());
|
|
throw new BusinessException(fdkkResponse.getCode(),fdkkResponse.getMsg());
|