|
|
|
@ -1760,7 +1760,7 @@ public class OrderInfoServiceImpl implements OrderInfoService { |
|
|
|
|
if(orderProcessInfoList.size() > 1){ |
|
|
|
|
throw new OrderReceiveException(OrderInfoContentEnum.INVOICE_BZDH_MULTIPLE); |
|
|
|
|
} |
|
|
|
|
if(orderProcessInfos.size() == 1){ |
|
|
|
|
if(orderProcessInfos.size() > 0){ |
|
|
|
|
orderProcessInfo = orderProcessInfos.get(0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|