@@ -51,10 +51,10 @@ public class CRMFileRead {
size =Integer.valueOf(line.split(" ")[0]);
continue;
}
- if(i>=size){
+ if(i>size){
break;
- if(i>con && i<size){
+ if(i>con && i<=size){
String[] vals = line.split(" ");
MdoProComval comval =new MdoProComval();
comval.setId(UtilTools.getUUid());