提交 24f8bc90 authored 作者: zjm's avatar zjm

合并分支 'bug' 到 'master'

本次合并 为测试合并是否冲突 查看合并请求 !12
...@@ -16,11 +16,11 @@ import org.springframework.stereotype.Service; ...@@ -16,11 +16,11 @@ import org.springframework.stereotype.Service;
public class PackingSortService implements CommandLineRunner { public class PackingSortService implements CommandLineRunner {
@Autowired @Autowired
private PackingLibraryService packingLibraryService; private PackingLibraryService packingLibraryService;
@Override @Override
public void run(String... args) throws Exception { public void run(String... args) throws Exception {
//取到所有的列装model的顺序 放进缓存中 也就是DeviceModelSort.mapModelSort //取到所有的列装model的顺序 放进缓存中 也就是DeviceModelSort.mapModelSort
packingLibraryService.getSortMap(); packingLibraryService.getSortMap();
log.info("初始化更新型号和排序号的对应map"); log.info("初始化更新型号和排序号的对应map");
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论