Commit 2be878a0 authored by vvengurlekar's avatar vvengurlekar

AdmCommon.java - DO WHILE REMOVE FROM GFSLABAMT METHOD


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@212884 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 67e69a30
...@@ -5733,7 +5733,8 @@ public class AdmCommon ...@@ -5733,7 +5733,8 @@ public class AdmCommon
mminamt = rs.getDouble("min_amt"); mminamt = rs.getDouble("min_amt");
mmaxamt = rs.getDouble("max_amt"); mmaxamt = rs.getDouble("max_amt");
applyamt = baseamt; applyamt = baseamt;
do { System.out.println("mminbamt :: ["+mminbamt+"] mmaxbamt :: ["+mmaxbamt+"] mamount :: ["+mamount+"]"
+" type :: ["+type+"] mminamt :: ["+mminamt+"] mmaxamt :: ["+mmaxamt+"]");
if(slabopt.equalsIgnoreCase("D")) if(slabopt.equalsIgnoreCase("D"))
{ {
if(slabamt >= mminbamt && slabamt <= mmaxbamt) if(slabamt >= mminbamt && slabamt <= mmaxbamt)
...@@ -5784,7 +5785,6 @@ public class AdmCommon ...@@ -5784,7 +5785,6 @@ public class AdmCommon
break; break;
} }
} }
}while(true);
} }
if (rs != null) if (rs != null)
{ {
......
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