Commit 15a2f25c by zhiheng.zhang

Merge branch 'feature/2020/08/12.1.9.33-停车场添加bizTypes属性-张志恒' into qa

parents 8f8f7aa8 490098f8
......@@ -76,7 +76,7 @@ public class ParkingOrderServiceImpl implements ParkingOrderService {
request.setEndTimestamp(date.getTime()/1000);
request.setOrderClients(Arrays.asList(OrderClientType.PARKING.getIndex()));
request.setPayStatuses(Arrays.asList(2,3,4));
request.setBizTypes(Arrays.asList(1,99));
BaseDownLoadResponse<List<OrderInfoReqs>> listBaseDownLoadResponse = orderDownLoadSdkService.queryOrderByConditions(request, trackingNo);
if(listBaseDownLoadResponse == null && !ResponseCodeConstant.RESPONSE_SUCCESS_STR.equals(listBaseDownLoadResponse.getCode())){
return ResponseUtil.success();
......
......@@ -45,4 +45,7 @@ public class ParkingOrderConditionsReq {
private List<Integer> payStatuses;
//业务类型
private List<Integer> bizTypes;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment