Commit c1871941 authored by vkadam's avatar vkadam

Price list generation scheduler change in for update nowait.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99502 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ef0966de
...@@ -351,7 +351,8 @@ public class PlistGenFrmDistIssueSch implements Schedule ...@@ -351,7 +351,8 @@ public class PlistGenFrmDistIssueSch implements Schedule
pstmt1=null; pstmt1=null;
pstmt2=conn.prepareStatement("select tran_id,tran_type,site_code__dlv,site_code,case when rev__tran is null then 'N' ELSE rev__tran END as rev__tran from distord_iss where tran_id=? "); pstmt2=conn.prepareStatement("select tran_id,tran_type,site_code__dlv,site_code,"
+ " case when rev__tran is null then 'N' ELSE rev__tran END as rev__tran from distord_iss where tran_id=? ");
pstmt2.setString(1, tranId); pstmt2.setString(1, tranId);
rs2=pstmt2.executeQuery(); rs2=pstmt2.executeQuery();
if(rs2.next()) if(rs2.next())
......
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