fixed small bug
This commit is contained in:
parent
bae7f1f380
commit
84bc634f89
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue