소스 검색

打印日志-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");