Commit 19bb5189 authored by ngadkari's avatar ngadkari

Status and flag condition removed

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195060 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 23aea229
...@@ -1035,14 +1035,14 @@ public class MiscDrCrRcpConf extends ActionHandlerEJB implements MiscDrCrRcpConf ...@@ -1035,14 +1035,14 @@ public class MiscDrCrRcpConf extends ActionHandlerEJB implements MiscDrCrRcpConf
+" values (?,?,?,?,?,?,?)"; +" values (?,?,?,?,?,?,?)";
pstmtInsert = conn.prepareStatement(sqlInsert);*/ pstmtInsert = conn.prepareStatement(sqlInsert);*/
if(status && flg) /*if(status && flg) condition commented by nandkumar gadkari on 31/12/18
{ {*/
miscRdetListMap = new HashMap(); miscRdetListMap = new HashMap();
miscRdetListMap = (HashMap) miscRdetList.get(miscRdetList.size()-1); miscRdetListMap = (HashMap) miscRdetList.get(miscRdetList.size()-1);
lineNo = (String) miscRdetListMap.get("line_no"); lineNo = (String) miscRdetListMap.get("line_no");
flg=false; // flg=false;
System.out.println("lineNo status" +lineNo +status); System.out.println("lineNo status" +lineNo +status);
} //}
lineNo = (new Integer (Integer.parseInt(lineNo)+1)).toString() ; lineNo = (new Integer (Integer.parseInt(lineNo)+1)).toString() ;
System.out.println("lineNo out side if flg" +lineNo +flg); System.out.println("lineNo out side if flg" +lineNo +flg);
......
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