Explorar o código

打印日志-1

wuweihao %!s(int64=3) %!d(string=hai) anos
pai
achega
c1a820600c

+ 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");