Merge branch 'server_five_liuyunhu' of https://gitea.qinmian.online/five-groups/five-groups-couplet into server_five

server_five_liuyunhu
lijiayao 2024-04-06 14:09:35 +08:00
commit a042d30eec
3 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class RemoteVehicleFallbackFactory implements FallbackFactory<RemoteVehic
@Override
public Integer onOrOutLineByVIN(String params) {
log.error("车辆服务调用失败:" + cause.getMessage());
return null;
return 0;
}
};
}

View File

@ -3,6 +3,7 @@ package com.couplet.business.server.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.couplet.common.domain.CoupletTroubleCode;
import com.couplet.common.domain.CoupletTroubleGrade;
import com.couplet.common.domain.request.TroubleResp;
import org.apache.ibatis.annotations.Mapper;

View File

@ -1 +1,2 @@
com.couplet.mq.config.RabbitMQConfig
com.couplet.mq.remote.factory.RemoteFenceFallbackFactory