提交 17c4fb57 authored 作者: douxy's avatar douxy

增加店内执行计划导出/入功能:修改主货架 8纵及以上判定规则

上级 e7ef1743
...@@ -202,6 +202,9 @@ public class NormalDisplayImportStrategyImpl implements IImportApExcelStrategy<S ...@@ -202,6 +202,9 @@ public class NormalDisplayImportStrategyImpl implements IImportApExcelStrategy<S
log.warn("计划主货架类型格式错误,无法提取数字:{}", plannedType); log.warn("计划主货架类型格式错误,无法提取数字:{}", plannedType);
} }
} }
if (plannedType.contains("8")){
plannedNum = 8;
}
// 提取实际值中的数字(如“8纵”→8) // 提取实际值中的数字(如“8纵”→8)
String actualType = dto.getActualMainShelfType().trim(); String actualType = dto.getActualMainShelfType().trim();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论