Browse Source

开发和测试环境下打印时,采用测试服务器上的报表服务

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@6551 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
sunyj 9 years ago
parent
commit
befddba609
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/main/resources/dev/sys.properties
  2. 2 2
      src/main/resources/test/sys.properties

+ 2 - 2
src/main/resources/dev/sys.properties

@@ -4,5 +4,5 @@ manage=http://218.17.158.219:9090/platform-manage
 manageInner=http://192.168.253.60:9090/platform-manage
 manageInner=http://192.168.253.60:9090/platform-manage
 im=http://113.105.74.131:8092
 im=http://113.105.74.131:8092
 #report url
 #report url
-reportPrintUrl=http://print.ubtob.com/report/print?userName=B2B%s&profile=${profile}&reportName=%s&whereCondition=%s
-reportUploadUrl=http://print.ubtob.com/report/fileUpload?userName=B2B%s
+reportPrintUrl=http://192.168.253.60:8090/report/print?userName=B2B%s&profile=${profile}&reportName=%s&whereCondition=%s
+reportUploadUrl=http://192.168.253.60:8090/report/fileUpload?userName=B2B%s

+ 2 - 2
src/main/resources/test/sys.properties

@@ -4,5 +4,5 @@ manage=http://218.17.158.219:9090/platform-manage
 manageInner=http://192.168.253.60:9090/platform-manage
 manageInner=http://192.168.253.60:9090/platform-manage
 im=http://113.105.74.131:8092
 im=http://113.105.74.131:8092
 #report url
 #report url
-reportPrintUrl=http://print.ubtob.com/report/print?userName=B2B%s&profile=${profile}&reportName=%s&whereCondition=%s
-reportUploadUrl=http://print.ubtob.com/report/fileUpload?userName=B2B%s
+reportPrintUrl=http://192.168.253.60:8090/report/print?userName=B2B%s&profile=${profile}&reportName=%s&whereCondition=%s
+reportUploadUrl=http://192.168.253.60:8090/report/fileUpload?userName=B2B%s