Commit d94e00c4 authored by pjain's avatar pjain

set status by defaulo 'O of 'porcp table as per manoharn sir.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96765 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4762e362
...@@ -741,7 +741,8 @@ public class PoRcpRmPmPos extends ValidatorEJB implements PoRcpRmPmPosLocal, PoR ...@@ -741,7 +741,8 @@ public class PoRcpRmPmPos extends ValidatorEJB implements PoRcpRmPmPosLocal, PoR
System.out.println("updCnt ="+updCnt); System.out.println("updCnt ="+updCnt);
sql1 = "UPDATE PORCP SET STATUS = 'C' WHERE TRAN_ID = ? ";//CHNAGE done by Kunal on 06/09/12 //sql1 = "UPDATE PORCP SET STATUS = 'C' WHERE TRAN_ID = ? ";//CHNAGE done by Kunal on 06/09/12
sql1 = "UPDATE PORCP SET STATUS = 'O' WHERE TRAN_ID = ? ";//CHNAGE done by Dhanraj on 06/11/14
pstmt1 = conn.prepareStatement(sql1); pstmt1 = conn.prepareStatement(sql1);
pstmt1.setString(1, tranId); pstmt1.setString(1, tranId);
updCnt = pstmt1.executeUpdate(); updCnt = pstmt1.executeUpdate();
......
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