提交 206deb3e authored 作者: zhoushaopan's avatar zhoushaopan

fix(装备入库申请模块): 解决了无法查看配套设备详情的问题

解决了无法查看配套设备详情的问题
上级 f821c454
...@@ -58,8 +58,7 @@ public class MatchingDeviceSaveVo { ...@@ -58,8 +58,7 @@ public class MatchingDeviceSaveVo {
MatchingDeviceLibrary matchingDeviceLibraryEntity = new MatchingDeviceLibrary(); MatchingDeviceLibrary matchingDeviceLibraryEntity = new MatchingDeviceLibrary();
BeanUtils.copyProperties(this, matchingDeviceLibraryEntity); BeanUtils.copyProperties(this, matchingDeviceLibraryEntity);
matchingDeviceLibraryEntity.setLifeStatus(2); matchingDeviceLibraryEntity.setLifeStatus(2);
// matchingDeviceLibraryEntity.setDeviceId(0); matchingDeviceLibraryEntity.setDeviceId(0);
matchingDeviceLibraryEntity.setDeviceId(null);
// if (matchingDeviceLibraryEntity.getRfidCardId()==null||"".equals(matchingDeviceLibraryEntity.getRfidCardId())){ // if (matchingDeviceLibraryEntity.getRfidCardId()==null||"".equals(matchingDeviceLibraryEntity.getRfidCardId())){
// matchingDeviceLibraryEntity.setRfidCardId(UUID.randomUUID().toString()); // matchingDeviceLibraryEntity.setRfidCardId(UUID.randomUUID().toString());
// } // }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论