|
@@ -167,6 +167,7 @@ public class ApiCarFreeServiceImpl extends BaseService implements ApiCarFreeServ
|
|
|
WaybillStartResponse response = ETCCommHelper.upload(fileName, request, WaybillStartResponse.class);
|
|
|
|
|
|
dto.setIsHistory(CommonConstant.REALTIME_WAY_BILL);
|
|
|
+ dto.setStatus(CommonConstant.STATUS_NOT_OVER);
|
|
|
wayBillStartService.saveBillStart(dto);
|
|
|
|
|
|
result = response.toJson();
|
|
@@ -258,6 +259,7 @@ public class ApiCarFreeServiceImpl extends BaseService implements ApiCarFreeServ
|
|
|
// 调用upload 发送数据
|
|
|
WaybillHistoryStartResponse response = ETCCommHelper.upload(fileName, request, WaybillHistoryStartResponse.class);
|
|
|
dto.setIsHistory(CommonConstant.HISTORY_WAY_BILL);
|
|
|
+ dto.setStatus(CommonConstant.STATUS_NOT_OVER);
|
|
|
wayBillStartService.saveBillStart(dto);
|
|
|
|
|
|
result = response.toJson();
|