From dc410b541ddb8015ffb2122dd6a220a665d558a3 Mon Sep 17 00:00:00 2001 From: xiezhiwen Date: Sun, 28 Apr 2019 16:37:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=AD=E8=AF=81=E7=9B=B8=E5=85=B3--=E6=B1=BD?= =?UTF-8?q?=E8=BD=A6=E8=B5=B7=E7=A7=9F=E5=87=AD=E8=AF=81=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CreateVoucherProcess/CreateVoucherLoanDistributor.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src_core/com/tenwa/voucher/CreateVoucherProcess/CreateVoucherLoanDistributor.java b/src_core/com/tenwa/voucher/CreateVoucherProcess/CreateVoucherLoanDistributor.java index 81a892a24..6124ee612 100644 --- a/src_core/com/tenwa/voucher/CreateVoucherProcess/CreateVoucherLoanDistributor.java +++ b/src_core/com/tenwa/voucher/CreateVoucherProcess/CreateVoucherLoanDistributor.java @@ -186,7 +186,11 @@ public class CreateVoucherLoanDistributor { } } }else { - MONEY=dataList.get(i).get("MONEY"); + if("PZ2018070900000002".equals(VOUCHERNO) || "PZ2018071000000005".equals(VOUCHERNO) || "PZ2018071000000006".equals(VOUCHERNO)){ + MONEY=dataList.get(i).get("FIRST_ADD_FINANCING"); + }else{ + MONEY=dataList.get(i).get("MONEY"); + } if("".equals(MONEY)||MONEY==null) MONEY="0.00"; double mon=Double.parseDouble(MONEY); if(mon>0){