Commit 1a55ebe5 authored by rtiwari's avatar rtiwari

updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94467 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c733193f
......@@ -113,7 +113,7 @@ public class PhysicalCountSchedule implements Schedule
System.out.println("Testing::user available::");
if(cnt ==0)
{
// return "";
return "";
}
// added by ritesh on 28/02/14 END
......@@ -454,8 +454,8 @@ public class PhysicalCountSchedule implements Schedule
pstmt.setTimestamp(4,dts);
// pstmt.setString(5,userInfo.getLoginCode());
// pstmt.setString(6,userInfo.getRemoteHost());
pstmt.setString(5,"SYSTEM"); // ADDED BY RITESH ON 28/02/2014
pstmt.setString(6,"SYSTEM"); // ADDED BY RITESH ON 28/02/2014
pstmt.setString(5,"SYSTEM"); // ADDED BY RITESH ON 28/MAR/2014
pstmt.setString(6,"SYSTEM"); // ADDED BY RITESH ON 28/MAR/2014
pstmt.setString(7,"A");
pstmt.executeUpdate();
pstmt.close();
......
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