From 2bffefc216cdef2e5d2f183f759654a163f9ab8f Mon Sep 17 00:00:00 2001 From: liuzhao Date: Sat, 10 Nov 2018 12:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E7=89=A9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../flow/project/businessapply/CheckGuaranteeUnit.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src_tenwa/com/tenwa/lease/flow/project/businessapply/CheckGuaranteeUnit.java b/src_tenwa/com/tenwa/lease/flow/project/businessapply/CheckGuaranteeUnit.java index 7be1ccbd2..13fedd030 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/businessapply/CheckGuaranteeUnit.java +++ b/src_tenwa/com/tenwa/lease/flow/project/businessapply/CheckGuaranteeUnit.java @@ -22,12 +22,7 @@ public class CheckGuaranteeUnit { asql.setParameter("flowunid", this.flowunid); ASResultSet rs = null; rs = Sqlca.getASResultSet(asql); - //Ìá½»ÊÂÎï - try { - Sqlca.commit(); - } catch (JBOException e) { - e.printStackTrace(); - } + while(rs.next()){ this.number = rs.getInt("count"); }