From 5fa0037fa4eb2382437492b81db7cbc2022d6348 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 4 Jul 2018 14:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=EF=BC=8C?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E5=AE=A1=E6=89=B9=E8=A1=A8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=A9=BA=E6=8C=87=E9=92=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp index 9221ada5e..0d9acd84d 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp @@ -18,6 +18,9 @@ String flowunid = CurPage.getParameter("FlowUnid"); String clean_lease_money = Sqlca.getString("select CLEAN_LEASE_MONEY from LC_CALC_CONDITION_TEMP where flowunid='"+flowunid+"'"); //int money = Integer.parseInt(clean_lease_money); + if(clean_lease_money==null){ + clean_lease_money="0"; + } double money = Double.parseDouble(clean_lease_money); System.out.print("========================="+money);