|
@@ -45,7 +45,7 @@ public class PanoListener {
|
|
|
|
|
|
Long houseId = (Long)mqMap.get("id");
|
|
|
String basePath = (String)mqMap.get("basePath");
|
|
|
-
|
|
|
+ log.info("生成模型基础文件目录为:{}" , basePath);
|
|
|
HouseEntity house = houseService2.findById(houseId);
|
|
|
if (house == null) {
|
|
|
log.error("房源不存在,无法生成模型");
|