|
|
@@ -711,7 +711,7 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
|
|
|
}
|
|
|
Object codeCellObj = readWorkBookCell(headerRow.getCell(UploadConstant.PRODUCT_CODE), Cell.CELL_TYPE_STRING,
|
|
|
0, UploadConstant.PRODUCT_CODE);
|
|
|
- if (!"产品型号".equals(StringUtilB2C.getStr(codeCellObj))) {
|
|
|
+ if (!"型号".equals(StringUtilB2C.getStr(codeCellObj))) {
|
|
|
throw new IllegalOperatorException("您上传的信息列信息不正确,请与模板的列做比较");
|
|
|
}
|
|
|
|
|
|
@@ -731,7 +731,7 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
|
|
|
}
|
|
|
Object codeCellObj = readWorkBookCell(headerRow.getCell(UploadConstant.PRODUCT_CODE), Cell.CELL_TYPE_STRING,
|
|
|
0, UploadConstant.PRODUCT_CODE);
|
|
|
- if (!"产品型号".equals(StringUtilB2C.getStr(codeCellObj))) {
|
|
|
+ if (!"型号".equals(StringUtilB2C.getStr(codeCellObj))) {
|
|
|
throw new IllegalOperatorException("您上传的信息列信息不正确,请与模板的列做比较");
|
|
|
}
|
|
|
Object priceCellObj = readWorkBookCell(headerRow.getCell(UploadConstant.PRICE_START), Cell.CELL_TYPE_STRING,
|