|
@@ -319,6 +319,9 @@ public class ExternalMaterialCollectionServiceImpl extends ServiceImpl<ExternalM
|
|
|
String platePosition = eeu.getCellValue(row.getCell(3));
|
|
|
//描述
|
|
|
String materialDescribe = eeu.getCellValue(row.getCell(4));
|
|
|
+ if(!Check.isNull(materialDescribe)){
|
|
|
+ materialDescribe = materialDescribe.substring(0,10);
|
|
|
+ }
|
|
|
ExternalMaterialCollection materialCollection = new ExternalMaterialCollection();
|
|
|
QueryWrapper<SysCategory> queryWrapper = new QueryWrapper<>();
|
|
|
queryWrapper.eq("name", industryLabel).last("limit 1");
|