|
@@ -126,6 +126,7 @@ public class UploadController extends BaseController {
|
|
|
projectBim.setBimStatus(faceVO.getCallType());
|
|
|
projectBim.setBimServiceId(faceVO.getId());
|
|
|
}catch (Exception e){
|
|
|
+ log.error("uploadBim-ERROR:",e);
|
|
|
projectBim.setBimStatus("ERROR");
|
|
|
throw new BusinessException(ResultCode.UPLOAD_BIM_ERROR);
|
|
|
} finally {
|