|
@@ -598,7 +598,7 @@ public class PlanServiceImpl extends ServiceImpl<PlanMapper, Plan> implements Pl
|
|
|
}
|
|
|
plan.setProductSchedulingNum(productSchedulingNumCell.getStringCellValue());
|
|
|
}
|
|
|
- if(steelStampNumberCell!=null){
|
|
|
+ if(steelStampNumberCell!=null&&!StringUtils.isEmpty(steelStampNumberCell.getStringCellValue())){
|
|
|
String stringCellValue = steelStampNumberCell.getStringCellValue();
|
|
|
String[] split = stringCellValue.split("\\|");
|
|
|
for (String s : split) {
|