From 932740331b82f8b7a4a866e7ddc0912e8c7f235e Mon Sep 17 00:00:00 2001 From: "zhangxinah@yonyou.com" Date: Mon, 14 Apr 2025 10:42:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=94=B6=E6=AC=BE=E5=8D=95?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8E=A5=E6=94=B6=E6=8A=A5=E9=94=99=E9=97=AE?= =?UTF-8?q?=E9=A2=98-=E5=BC=A0=E9=91=AB0414?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../public/nc/api/arap/resource/GatheringbillRestResource.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arap/src/public/nc/api/arap/resource/GatheringbillRestResource.java b/arap/src/public/nc/api/arap/resource/GatheringbillRestResource.java index 65621da..5ee0548 100644 --- a/arap/src/public/nc/api/arap/resource/GatheringbillRestResource.java +++ b/arap/src/public/nc/api/arap/resource/GatheringbillRestResource.java @@ -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); //