Explorar el Código

应急手机端代码提交

Memory_LG hace 5 meses
padre
commit
f744bd0a78

+ 1 - 1
src/main/java/com/sooka/sponest/data/emergency/appmin/xunjianimg/service/impl/AppXunjianimgServiceImpl.java

@@ -66,7 +66,7 @@ public class AppXunjianimgServiceImpl extends BaseService implements AppXunjiani
                 }
             }
 //            String pictureBasePath = remoteSystemBaseService.configKeyapp("pictureBasePath").get("code").toString();
-            String pictureBasePath = remoteConfigService.remotegetConfigKey("pictureBasePath").getData();
+            String pictureBasePath = remoteConfigService.remotegetConfigKey("appUrl").getData();
             Map m = new HashMap();
             m.put("pictureBasePath",pictureBasePath);
             m.put("xunjianimgMap",map);