提交 4c4dd861 authored 作者: 133's avatar 133

[清退] 日志代码提交

上级 40116014
...@@ -1031,7 +1031,7 @@ public class SendBackServiceImpl implements SendBackService { ...@@ -1031,7 +1031,7 @@ public class SendBackServiceImpl implements SendBackService {
idList.forEach( idList.forEach(
id -> { id -> {
DeviceLibrary deviceLibrary= deviceLibraryService.getOne(id); DeviceLibrary deviceLibrary= deviceLibraryService.getOne(id);
map.put(deviceLibrary.getName(),""); map.put(deviceLibrary.getModel(),"");
} }
); );
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论