|
@@ -325,6 +325,8 @@ public class NoCarInterServiceImpl implements NoCarInterService {
|
|
customerCarRec.setServiceOperation(1);//默认运营车辆
|
|
customerCarRec.setServiceOperation(1);//默认运营车辆
|
|
noCarWayBill.setTitleType(2);
|
|
noCarWayBill.setTitleType(2);
|
|
noCarWayBill.setUpdateTime(DateUtil.getCurrentDateStr());
|
|
noCarWayBill.setUpdateTime(DateUtil.getCurrentDateStr());
|
|
|
|
+ noCarWayBill.setInterType(0);//接口
|
|
|
|
+
|
|
//先查询上游是否已经备案
|
|
//先查询上游是否已经备案
|
|
RespR<VehicleQueryResponse> respRquery = noCarService.customerCarRecQueryUpper(customerCarRec);
|
|
RespR<VehicleQueryResponse> respRquery = noCarService.customerCarRecQueryUpper(customerCarRec);
|
|
if(respRquery.getCode() == 1 || respRquery.getData() == null || respRquery.getData().getResult() == null || respRquery.getData().getResult().size()<=0){
|
|
if(respRquery.getCode() == 1 || respRquery.getData() == null || respRquery.getData().getResult() == null || respRquery.getData().getResult().size()<=0){
|