Commit 780afeb5 authored by manohar's avatar manohar

Column index wrong corrected


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94311 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 79de4410
......@@ -283,11 +283,10 @@ public class CopyProcRoute extends ProcessEJB implements CopyProcRouteLocal, Cop
pInsStruct.setString( 30,structRec.MC_CODE__ALT);
pInsStruct.setString( 31,structRec.BATCHSIZE_OPTION);
pInsStruct.setInt( 32,structRec.OPERATION__USAGE);
pInsStruct.setInt( 33,structRec.OPERATION__USAGE1);
pInsStruct.setTimestamp(34,new Timestamp(System.currentTimeMillis()));
pInsStruct.setString( 35, chgUser );
pInsStruct.setString( 36, chgTerm );
pInsStruct.setTimestamp(33,new Timestamp(System.currentTimeMillis()));
pInsStruct.setString( 34, chgUser );
pInsStruct.setString( 35, chgTerm );
pInsStruct.addBatch();
}
......
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