fixed small bug

This commit is contained in:
vpj-cd 2008-09-05 23:23:22 +00:00
parent bae7f1f380
commit 84bc634f89
1 changed files with 0 additions and 4 deletions

View File

@ -344,15 +344,11 @@ public class MRPUpdate extends SvrProcess
trx.commit();
else
trx.rollback();
trx.commit(true);
trx.close();
trx = null;
}
} catch (SQLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
finally {