|
|
|
@ -284,7 +284,7 @@ public class FangGeInterfaceServiceImpl implements FangGeInterfaceService { |
|
|
|
|
* 数据组装 |
|
|
|
|
* 订单状态 0 未开具 1 开具成功 2 开具失败 |
|
|
|
|
*/ |
|
|
|
|
if (orderInfo.getYfpKprq()==null){ |
|
|
|
|
if (orderInfo.getYfpKprq()==null&&ConfigureConstant.STRING_1.equals(orderInfo.getKplx())){ |
|
|
|
|
//根据发票请求流水号和原代码号码取查询原发票的开票日期
|
|
|
|
|
OrderInvoiceInfo orderInvoiceInfo1 = new OrderInvoiceInfo(); |
|
|
|
|
orderInvoiceInfo1.setFpdm(orderInfo.getYfpDm()); |
|
|
|
|