红字销售发票-存bip旗舰版发票主键调整

This commit is contained in:
mzr 2025-07-23 18:07:55 +08:00
parent 0a4a1c2eb3
commit 2d06bd8fb2
1 changed files with 2 additions and 0 deletions

View File

@ -536,6 +536,7 @@ public class IAPISaleInvMaitainImpl {
newInvBVO.setNtotalincomemny(null); // 累计确认应收金额
newInvBVO.setNtotalincomenum(null); // 累计确认应收数量
newInvBVO.setVbdef10(null); // 回写BIP成功标志
newInvBVO.setVbdef14(bipBvoJson.getString("vbdef14")); // bip旗舰版发票明细主键
newSaleInvoiceBVOs[i++] = newInvBVO;
sumNum = sumNum.add(new UFDouble(bipBvoJson.getString("nnum")));
@ -567,6 +568,7 @@ public class IAPISaleInvMaitainImpl {
newSaleInvoiceHVO.setVdef20(null); // 电子发票回传标识
newSaleInvoiceHVO.setVdef34(null); // 回写BIP成功标志
newSaleInvoiceHVO.setVdef35(null); // 回写BIP失败原因
newSaleInvoiceHVO.setVdef38(bject.getString("vdef38")); // bip旗舰版发票主键
// 组装VO
saleInvoiceVO.setParentVO(newSaleInvoiceHVO);