|  | @@ -56,7 +56,9 @@ public class D10016Service extends D10016BaseModel implements ExecProcessFlow {
 | 
	
		
			
				|  |  |  		List<D_D10016_CHVALS_RECODE> chvalsList= new ArrayList<>();
 | 
	
		
			
				|  |  |  		while ((line = reader.readLine()) != null) {
 | 
	
		
			
				|  |  |  			String[] t = line.split(" ");
 | 
	
		
			
				|  |  | -			System.out.println(t);
 | 
	
		
			
				|  |  | +			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();
 |