事物问题

This commit is contained in:
liuzhao 2018-11-10 12:17:36 +08:00
parent 0426c41442
commit 2bffefc216

View File

@ -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");
}