|
@@ -390,7 +390,7 @@ public class SelfCarServiceLImpl implements SelfCarServiceL {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public RespR getEtcInfo(EtcQueryVo etcQueryVo,int interType) {
|
|
|
+ public RespR getEtcInfo(EtcQueryVo etcQueryVo) {
|
|
|
log.info("获取etc信息:SelfCarServiceLImpl.getEtcInfo{}",etcQueryVo);
|
|
|
Customer customer = customerMapper.selectByCustomerName(etcQueryVo.getCustomerName());
|
|
|
if(customer == null || customer.getAccstatus().intValue() == 1){
|
|
@@ -410,7 +410,7 @@ public class SelfCarServiceLImpl implements SelfCarServiceL {
|
|
|
cardQueryCardToBRequest.setPalteColor(etcQueryVo.getPlateColor());//车牌颜色.非必输
|
|
|
RespR<CardBindQueryListToBResponse> respR = selfCarInterface.cardBindQueryListToB(cardQueryCardToBRequest);
|
|
|
|
|
|
- if(interType == 0){
|
|
|
+ if(customerRec.getInterType() == 0){
|
|
|
if(respR.getCode() == 0 && (respR.getData().getResult()==null||respR.getData().getResult().size()<=0)){
|
|
|
respR.setCode(2);
|
|
|
}
|