|
|
|
@ -229,8 +229,8 @@ public class PageBeanConvertUtil { |
|
|
|
|
resultMap.put("kplx",OrderInfoEnum.ORDER_BILLING_INVOICE_TYPE_0.getKey()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
if(StringUtils.isNotBlank(orderListQuery.getOrderInfoIds())){ |
|
|
|
|
resultMap.put("ids",Arrays.asList(orderListQuery.getOrderInfoIds().split(","))); |
|
|
|
|
if(StringUtils.isNotBlank(orderListQuery.getIds())){ |
|
|
|
|
resultMap.put("ids",Arrays.asList(orderListQuery.getIds().split(","))); |
|
|
|
|
} |
|
|
|
|
return resultMap; |
|
|
|
|
|
|
|
|
|