Sfoglia il codice sorgente

更新脚本位置

wuweihao 3 anni fa
parent
commit
9d9f9f95fb

+ 2 - 1
gis_common/src/main/java/com/gis/common/constant/CmdConstant.java

@@ -38,6 +38,7 @@ public class CmdConstant {
      * outPath: 下载到本地目录
      * @bucket: oss bucket
      */
-    public final static String OSSUTIL_DOWNLOAD_DIR = "bash /root/java/age_convert_8003/oss_download.sh @inPath @outPath @bucket";
+//    public final static String OSSUTIL_DOWNLOAD_DIR = "bash /root/java/age_convert_8003/oss_download.sh @inPath @outPath @bucket";
+    public final static String OSSUTIL_DOWNLOAD_DIR = "bash /root/data/age_convert_data/baseData/oss_download.sh @inPath @outPath @bucket";
 
 }