|  | @@ -55,7 +55,7 @@ public class D10016Service extends D10016BaseModel implements ExecProcessFlow {
 | 
											
												
													
														|  |  		List<D_D10016_COCODES_RECODE> coodeList= new ArrayList<>();
 |  |  		List<D_D10016_COCODES_RECODE> coodeList= new ArrayList<>();
 | 
											
												
													
														|  |  		List<D_D10016_CHVALS_RECODE> chvalsList= new ArrayList<>();
 |  |  		List<D_D10016_CHVALS_RECODE> chvalsList= new ArrayList<>();
 | 
											
												
													
														|  |  		while ((line = reader.readLine()) != null) {
 |  |  		while ((line = reader.readLine()) != null) {
 | 
											
												
													
														|  | -			String[] t = line.split(" ");
 |  | 
 | 
											
												
													
														|  | 
 |  | +			String[] t = line.split(",");
 | 
											
												
													
														|  |  			for (int i=0;i<t.length;i++){
 |  |  			for (int i=0;i<t.length;i++){
 | 
											
												
													
														|  |  				System.out.println(t[i]);
 |  |  				System.out.println(t[i]);
 | 
											
												
													
														|  |  			}
 |  |  			}
 |