|
@@ -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.trim().split(",");
|
|
if(linNum==1){
|
|
if(linNum==1){
|
|
for (int i=1;i<t.length;i++) {
|
|
for (int i=1;i<t.length;i++) {
|
|
D_D10016_COCODES_RECODE cocode =new D_D10016_COCODES_RECODE();
|
|
D_D10016_COCODES_RECODE cocode =new D_D10016_COCODES_RECODE();
|