Commit 4431140d authored by cpatil's avatar cpatil

wf_status = 'C'


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98348 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 27be85d9
...@@ -522,7 +522,7 @@ public class POMilestoneCnf ...@@ -522,7 +522,7 @@ public class POMilestoneCnf
if(returnStr.indexOf("Success") > -1 || returnStr.indexOf("VTSUCC1") > -1 || returnStr.indexOf("SucAmtZero") > -1 ) if(returnStr.indexOf("Success") > -1 || returnStr.indexOf("VTSUCC1") > -1 || returnStr.indexOf("SucAmtZero") > -1 )
{ {
sql = " update pur_milstn set wf_status = 'c' ,conf_date = ? ,status_date = ? , confirmed = 'Y' where tran_id = ? "; sql = " update pur_milstn set wf_status = 'C' ,conf_date = ? ,status_date = ? , confirmed = 'Y' where tran_id = ? ";
System.out.println("sql :"+sql ); System.out.println("sql :"+sql );
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setTimestamp(1,newsysDate); pstmt.setTimestamp(1,newsysDate);
......
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