Merge remote-tracking branch 'origin/develop_master' into develop_master
This commit is contained in:
+3
-2
@@ -488,6 +488,7 @@ public class ImportExcelServiceImpl extends ServiceImpl<ImportExcelDao, ImportDt
|
|||||||
try {
|
try {
|
||||||
String[] sortAndNumberAndYear = importDto.getStandId().split("\\s+");
|
String[] sortAndNumberAndYear = importDto.getStandId().split("\\s+");
|
||||||
sort = sortAndNumberAndYear[0];
|
sort = sortAndNumberAndYear[0];
|
||||||
|
|
||||||
String[] numberAndYear = sortAndNumberAndYear[1].split("\\-");
|
String[] numberAndYear = sortAndNumberAndYear[1].split("\\-");
|
||||||
number=numberAndYear[0];
|
number=numberAndYear[0];
|
||||||
year=numberAndYear[1];
|
year=numberAndYear[1];
|
||||||
@@ -495,7 +496,7 @@ public class ImportExcelServiceImpl extends ServiceImpl<ImportExcelDao, ImportDt
|
|||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
|
|
||||||
System.out.println("id为"+importDto.getStandId()+"格式无法解析");
|
System.out.println("id为"+importDto.getStandId()+"格式无法解析");
|
||||||
return null;
|
// return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
SarStandardsInfo sarStandardsInfo = new SarStandardsInfo();
|
SarStandardsInfo sarStandardsInfo = new SarStandardsInfo();
|
||||||
@@ -613,7 +614,7 @@ public class ImportExcelServiceImpl extends ServiceImpl<ImportExcelDao, ImportDt
|
|||||||
|
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
System.out.println("id为"+importDto.getStandId()+"格式无法解析");
|
System.out.println("id为"+importDto.getStandId()+"格式无法解析");
|
||||||
return null;
|
// return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
SarBussionessStand sarBussionessStand = new SarBussionessStand();
|
SarBussionessStand sarBussionessStand = new SarBussionessStand();
|
||||||
|
|||||||
Reference in New Issue
Block a user