提交 1a216ac0 authored 作者: zhoushaopan's avatar zhoushaopan

fix(3d模块): 3D出库房的时候,装备的日志显示修改存放位置为null

3D出库房的时候,装备的日志显示修改存放位置为null
上级 36e16fd5
......@@ -1197,8 +1197,9 @@ public class DeviceLibraryServiceImpl implements DeviceLibraryService {
//数据库中的库房id
Integer dataStorageLocationId = getOne(integer).getStorageLocationId();
if (!storageLocationId.equals(dataStorageLocationId)){
String remark = updateStorageLocationVo.getStorageLocation() == null ? "空":updateStorageLocationVo.getStorageLocation();
DeviceLogDto deviceLogDto= new DeviceLogDto(integer,"将存放位置修改为"+
updateStorageLocationVo.getStorageLocation(),null,userId);
remark,null,userId);
deviceLogDtos.add(deviceLogDto);
}});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论