fix(so): 修正 IAPISaleInvMaitainImpl 中发票主键字段

- 将字段名 vdef38 修改为 def38,以匹配正确的 JSON键值
- 保持了其他字段的处理逻辑不变
This commit is contained in:
mzr 2025-07-28 12:38:31 +08:00
parent 3046b5d6dc
commit 09f10370b9
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ public class IAPISaleInvMaitainImpl {
newSaleInvoiceHVO.setVdef20(null); // 电子发票回传标识
newSaleInvoiceHVO.setVdef34(null); // 回写BIP成功标志
newSaleInvoiceHVO.setVdef35(null); // 回写BIP失败原因
newSaleInvoiceHVO.setVdef38(bject.getString("vdef38")); // bip旗舰版发票主键
newSaleInvoiceHVO.setVdef38(bject.getString("def38")); // bip旗舰版发票主键
// 组装VO
saleInvoiceVO.setParentVO(newSaleInvoiceHVO);