|
|
@ -192,6 +192,7 @@ public class ImageSubmitServiceImpl implements ImageSubmitService { |
|
|
|
* @return |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public R pushSap(List<SdnyTDxSaleRecordInvoice> invoiceList, SNRequestObject params) { |
|
|
|
public R pushSap(List<SdnyTDxSaleRecordInvoice> invoiceList, SNRequestObject params) { |
|
|
|
|
|
|
|
log.info("销项发票推送SAP准备数据:{},影像参数:{}", invoiceList, params); |
|
|
|
String dt = DateUtil.now(); |
|
|
|
String dt = DateUtil.now(); |
|
|
|
List<ZData> zDataList = new ArrayList<>(); |
|
|
|
List<ZData> zDataList = new ArrayList<>(); |
|
|
|
if (invoiceList != null) { |
|
|
|
if (invoiceList != null) { |
|
|
|