恢复保存
This commit is contained in:
parent
5c27e69ead
commit
686b65b0ba
|
|
@ -494,7 +494,7 @@ public class OptionalExcelService {
|
|||
// }
|
||||
// }
|
||||
|
||||
log.info( JSON.toJSONString(optionalEbomInportExcelDTO));
|
||||
log.info(JSON.toJSONString(optionalEbomInportExcelDTO));
|
||||
//检查是否满足条件 除了‘无’ ,物料号不能为空
|
||||
String hintMsg = isValiData(optionalEbomInportExcelDTO.getOptionInfo());
|
||||
if (StrUtil.isNotEmpty(hintMsg)) {
|
||||
|
|
@ -502,9 +502,9 @@ public class OptionalExcelService {
|
|||
}
|
||||
|
||||
|
||||
return true;
|
||||
// return true;
|
||||
//保存db
|
||||
// return batchExcelToRepertory(optionalEbomInportExcelDTO);
|
||||
return batchExcelToRepertory(optionalEbomInportExcelDTO);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue