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