From db2fbda76f9cb2ec6e0c73a4d82c0a40ecab075b Mon Sep 17 00:00:00 2001 From: yuxueliang0813 <407010292@qq.com> Date: Tue, 18 Feb 2025 14:45:59 +0800 Subject: [PATCH] =?UTF-8?q?local=5Fnotax=5Fde=E5=AD=97=E6=AE=B5=E7=BA=A2?= =?UTF-8?q?=E5=86=B2=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/java/shkd/repc/recon/opplugin/YongyouBIPOperation.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/java/shkd/repc/recon/opplugin/YongyouBIPOperation.java b/main/java/shkd/repc/recon/opplugin/YongyouBIPOperation.java index ae1495c..967c60f 100644 --- a/main/java/shkd/repc/recon/opplugin/YongyouBIPOperation.java +++ b/main/java/shkd/repc/recon/opplugin/YongyouBIPOperation.java @@ -405,7 +405,7 @@ public class YongyouBIPOperation extends AbstractOperationServicePlugIn implemen //如果此时是反审核,则需要将金额置为负数 items.put("local_tax_de","-"+items.getString("local_tax_de")); items.put("notax_de","-"+items.getString("notax_de")); - items.put("local_notax_de","-"+items.getString("notax_de")); + items.put("local_notax_de","-"+items.getString("local_notax_de")); } }else{ //付款申请单的处理方式 @@ -432,7 +432,7 @@ public class YongyouBIPOperation extends AbstractOperationServicePlugIn implemen //如果此时是反审核,则需要将金额置为负数 items.put("local_tax_de","-"+items.getString("local_tax_de")); items.put("notax_de","-"+items.getString("notax_de")); - items.put("local_notax_de","-"+items.getString("notax_de")); + items.put("local_notax_de","-"+items.getString("local_notax_de")); } } }