|
@@ -387,6 +387,9 @@ public class AdmManualRelCalServiceImpl implements AdmManualRelCalService {
|
|
|
*/
|
|
|
private void createCommonResultObj(ObjectDigital objectDigital,ObjectNode temp) {
|
|
|
ObjectNode infos = objectDigital.getInfos();
|
|
|
+ if (null==infos){
|
|
|
+ return;
|
|
|
+ }
|
|
|
temp.set("bimId",infos.get("bimId"));
|
|
|
temp.set("buildingId",infos.get("buildingId"));
|
|
|
temp.set("floorId",infos.get("floorId"));
|