Commit 8952c46742c7b69909a5f68ccf3069c9eceb00ff

Authored by 王通
1 parent ccbf85df

1.修复一站一码导出显示浦东公交调查表字样

src/main/java/com/bsth/data/SystemParamCache.java
... ... @@ -30,8 +30,7 @@ public class SystemParamCache implements InitializingBean {
30 30 }
31 31  
32 32 public static String getUrlHttpGpsReal() {
33   - return "http://10.10.2.20:8080/transport_server/rtgps/";
34   - //return systemParamService1.getValue(SystemParamKeys.URL_HTTP_GPS_REAL);
  33 + return systemParamService1.getValue(SystemParamKeys.URL_HTTP_GPS_REAL);
35 34 }
36 35  
37 36 public static String getUrlHttpDirective() {
... ...
src/main/resources/static/pages/forms/mould/scanStatistic.xls
No preview for this file type