瀏覽代碼

打印日志-1

wuweihao 3 年之前
父節點
當前提交
c1a820600c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      720yun_fd_consumer/src/main/java/com/gis/service/impl/FodderServiceImpl.java

+ 1 - 0
720yun_fd_consumer/src/main/java/com/gis/service/impl/FodderServiceImpl.java

@@ -23,6 +23,7 @@ public class FodderServiceImpl implements FodderService {
     public String getTourXmlScene(String code) {
         log.info("处理tour.xml");
         String tourPath = configConstant.serverBasePath + code + "/vtour/tour.xml";
+        log.info("tourPath: {}", tourPath);
         BaseRuntimeException.isTrue(FileUtil.isFile(tourPath), null, code + "_tour.xml文件不存在");
 
         String tour = FileUtil.readString(tourPath, "utf-8");