|  | @@ -56,9 +56,6 @@ public class D10016Service extends D10016BaseModel implements ExecProcessFlow {
 | 
	
		
			
				|  |  |  		List<D_D10016_CHVALS_RECODE> chvalsList= new ArrayList<>();
 | 
	
		
			
				|  |  |  		while ((line = reader.readLine()) != null) {
 | 
	
		
			
				|  |  |  			String[] t = line.split(",");
 | 
	
		
			
				|  |  | -			for (int i=0;i<t.length;i++){
 | 
	
		
			
				|  |  | -				System.out.println(t[i]);
 | 
	
		
			
				|  |  | -			}
 | 
	
		
			
				|  |  |  			if(linNum==1){
 | 
	
		
			
				|  |  |  				for (int i=1;i<t.length;i++) {
 | 
	
		
			
				|  |  |  					D_D10016_COCODES_RECODE cocode =new D_D10016_COCODES_RECODE();
 | 
	
	
		
			
				|  | @@ -67,6 +64,7 @@ public class D10016Service extends D10016BaseModel implements ExecProcessFlow {
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  |  			}else {
 | 
	
		
			
				|  |  |  				D_D10016_CHVALS_RECODE chval=new D_D10016_CHVALS_RECODE();
 | 
	
		
			
				|  |  | +				chval.setChcode(t.length>0?t[0]:"0");
 | 
	
		
			
				|  |  |  				chval.setV1(t.length>1?t[1]:"0");
 | 
	
		
			
				|  |  |  				chval.setV2(t.length>2?t[2]:"0");
 | 
	
		
			
				|  |  |  				chval.setV3(t.length>3?t[3]:"0");
 |