提交 c787dc89 authored 作者: zhoushaopan's avatar zhoushaopan

feat(装备模块): 解决了数字转成中文

解决了数字转成中文
上级 f987d199
......@@ -956,6 +956,7 @@ public class DeviceLibraryController {
@PostMapping("findByIds")
public ResponseEntity findByIds(@RequestBody List<Integer> ids){
List<DeviceLibrary> byIds = deviceLibraryService.findByIds(ids);
byIds.forEach(DeviceLibrary::setConfigName);
return ResponseEntity.ok(byIds);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论