From eb706a988e747b624fda0d44e0aaf6a4ee5e20eb Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 26 May 2022 11:27:03 +0800 Subject: [PATCH] fix saveOrder zkPrice is null --- zq-erp/src/main/resources/config/application-test.properties | 36 ++++++++++++++++++++++++++++++++---- 1 files changed, 32 insertions(+), 4 deletions(-) diff --git a/zq-erp/src/main/resources/config/application-test.properties b/zq-erp/src/main/resources/config/application-test.properties index f68b3d7..15dd8cf 100644 --- a/zq-erp/src/main/resources/config/application-test.properties +++ b/zq-erp/src/main/resources/config/application-test.properties @@ -1,9 +1,7 @@ - #数据库链接 spring.datasource.username=ct_test spring.datasource.password=123456 -spring.datasource.url=jdbc:mysql://120.27.238.55:3306/hive_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 - +spring.datasource.url=jdbc:mysql://120.27.238.55:3306/hive_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&useSSL=false #是否启用debug模式 debug=false @@ -48,4 +46,34 @@ #是否启用异常上报 is_open_exception_report=true -showExcptionUrl=http://test.hive.jyymatrix.cc/showException \ No newline at end of file +showExcptionUrl=http://test.hive.jyymatrix.cc/showException + + +xcx_manager_appid=wx2948b3b914a9722e +xcx_manager_secret=1685dfd99a43e213ed8be07870b898ba + + +#百度编辑器,覆盖默认配置 +ueditor.imageUrlPrefix=http://testfile.hive.jyymatrix.cc/uploadeFile +ueditor.imagePathFormat=/image/{yyyy}{mm}{dd}/{time}{rand:6} + +ueditor.scrawlPathFormat=/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6} +ueditor.scrawlUrlPrefix=http://testfile.hive.jyymatrix.cc/uploadeFile + +ueditor.snapscreenPathFormat=/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6} +ueditor.snapscreenUrlPrefix=http://testfile.hive.jyymatrix.cc/uploadeFile + +ueditor.catcherPathFormat=/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6} +ueditor.catcherUrlPrefix=http://testfile.hive.jyymatrix.cc/uploadeFile + +ueditor.videoPathFormat=/ueditor/jsp/upload/video/{yyyy}{mm}{dd}/{time}{rand:6} +ueditor.videoUrlPrefix=http://127.0.0.1:1088/uploadeFile/ + +ueditor.filePathFormat=/ueditor/jsp/upload/file/{yyyy}{mm}{dd}/{time}{rand:6} +ueditor.fileUrlPrefix=http://127.0.0.1:1088/uploadeFile/ + +ueditor.imageManagerListPath=http://127.0.0.1:1088/uploadeFile/ +ueditor.fileManagerListPath=http://127.0.0.1:1088/uploadeFile/ + + + -- Gitblit v1.9.1