解决收款单接口接收报错问题-张鑫0414
This commit is contained in:
parent
bf5c8a4078
commit
932740331b
|
@ -229,6 +229,8 @@ public class GatheringbillRestResource extends ArapBaseRestResource {
|
||||||
//
|
//
|
||||||
UFDouble notax_cr = money_cr.sub(local_tax_cr);
|
UFDouble notax_cr = money_cr.sub(local_tax_cr);
|
||||||
itemvo.setNotax_cr(notax_cr);
|
itemvo.setNotax_cr(notax_cr);
|
||||||
|
//zhangxinah增加组织本币无税金额(贷方)
|
||||||
|
itemvo.setLocal_notax_cr(notax_cr);
|
||||||
//
|
//
|
||||||
itemvo.setRate(UFDouble.ZERO_DBL);
|
itemvo.setRate(UFDouble.ZERO_DBL);
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue