Commit 18081001 authored by dpawar's avatar dpawar

remove ? from statement


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97732 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7a68a39e
......@@ -6709,7 +6709,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
// "VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)";
//changed by pragyan on 25/08/14 for tran_code and loc type argumnet.
//"VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)";
") VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?, ?)";
") VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)";
//Changed by Rohan on 1-12-11 on [WM1ESUN006] to add ptcn into wave_task.end
pstmt = conn.prepareStatement(insertSql);
pstmt.setString(1,waveId);
......
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