解决收款单接口接收报错问题-张鑫0414

This commit is contained in:
zhangxinah@yonyou.com 2025-04-14 10:42:09 +08:00
parent bf5c8a4078
commit 932740331b
1 changed files with 2 additions and 0 deletions

View File

@ -229,6 +229,8 @@ public class GatheringbillRestResource extends ArapBaseRestResource {
//
UFDouble notax_cr = money_cr.sub(local_tax_cr);
itemvo.setNotax_cr(notax_cr);
//zhangxinah增加组织本币无税金额(贷方)
itemvo.setLocal_notax_cr(notax_cr);
//
itemvo.setRate(UFDouble.ZERO_DBL);
//