Commit 089a6ce5 authored by jshaikh's avatar jshaikh
parent ce33c498
...@@ -55,10 +55,12 @@ public class PurContractConfWF ...@@ -55,10 +55,12 @@ public class PurContractConfWF
conn.commit(); conn.commit();
retString = "Y"; retString = "Y";
} }
else
{
conn.rollback(); conn.rollback();
retString = "N"; retString = "N";
} }
}
} }
catch (Exception e) { catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment