2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO DESCRIBE `users`
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO ROLLBACK
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO 
CREATE TABLE users (
	id INTEGER NOT NULL AUTO_INCREMENT, 
	name VARCHAR(20) DEFAULT 'zhangsan' COMMENT '姓名', 
	password VARCHAR(32), 
	address VARCHAR(20), 
	PRIMARY KEY (id), 
	UNIQUE (name)
)


2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  14:57:25 Wed sqlalchemy.engine.base.Engine INFO COMMIT
2020-11-18  14:58:14 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-18  14:58:14 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  14:58:14 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-18  14:58:14 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  14:58:14 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-18  14:58:14 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  14:58:14 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-18  14:58:14 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  14:58:14 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-18  14:58:14 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  14:58:14 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-18  14:58:14 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:12 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-18  15:08:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:12 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-18  15:08:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:12 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-18  15:08:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:12 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-18  15:08:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:12 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-18  15:08:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:13 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-18  15:08:13 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:13 Wed sqlalchemy.engine.base.Engine INFO DESCRIBE `users`
2020-11-18  15:08:13 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:13 Wed sqlalchemy.engine.base.Engine INFO ROLLBACK
2020-11-18  15:08:13 Wed sqlalchemy.engine.base.Engine INFO 
CREATE TABLE users (
	id INTEGER NOT NULL AUTO_INCREMENT, 
	name VARCHAR(20) DEFAULT 'zhangsan' COMMENT '姓名', 
	password VARCHAR(32), 
	address VARCHAR(20), 
	PRIMARY KEY (id), 
	UNIQUE (name)
)


2020-11-18  15:08:13 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:13 Wed sqlalchemy.engine.base.Engine INFO COMMIT
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO DESCRIBE `users`
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO INSERT INTO users (name, password, address) VALUES (%(name)s, %(password)s, %(address)s)
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO {'name': 'peng', 'password': '123', 'address': 'shanghai'}
2020-11-18  15:08:34 Wed sqlalchemy.engine.base.Engine INFO COMMIT
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO DESCRIBE `order_info`
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO ROLLBACK
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO 
CREATE TABLE order_info (
	id INTEGER NOT NULL AUTO_INCREMENT, 
	order_no VARCHAR(50) COMMENT '订单号', 
	transaction_serial_no VARCHAR(50) DEFAULT '' COMMENT '交易流水号', 
	prod_name VARCHAR(200) COMMENT '商品名称', 
	prod_type VARCHAR(200) COMMENT '商品类型', 
	prod_id VARCHAR(200) COMMENT '商品ID', 
	prod_quantity INTEGER DEFAULT 1 COMMENT '数量', 
	amount FLOAT COMMENT '订单总额', 
	user_id VARCHAR(100) COMMENT '用户ID', 
	user_apple_id VARCHAR(100) COMMENT '用户苹果ID', 
	order_status INTEGER DEFAULT 0 COMMENT '订单状态:0:未支付,1:已支付,2:已退款', 
	pay_method INTEGER DEFAULT 1 COMMENT '支付方式:1:苹果支付,2:微信支付,3:支付宝支付', 
	create_time DATETIME DEFAULT now() COMMENT '下单时间', 
	pay_time DATETIME DEFAULT now() COMMENT '支付时间', 
	del_flag INTEGER DEFAULT 0 COMMENT '是否删除,0:未删除,1:已删除', 
	PRIMARY KEY (id)
)


2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:27:08 Wed sqlalchemy.engine.base.Engine INFO COMMIT
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO DESCRIBE `order_info`
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO ROLLBACK
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO 
CREATE TABLE order_info (
	id BIGINT NOT NULL AUTO_INCREMENT, 
	order_no VARCHAR(50) COMMENT '订单号', 
	transaction_serial_no VARCHAR(50) DEFAULT '' COMMENT '交易流水号', 
	prod_name VARCHAR(200) COMMENT '商品名称', 
	prod_type VARCHAR(200) COMMENT '商品类型', 
	prod_id VARCHAR(200) COMMENT '商品ID', 
	prod_quantity INTEGER DEFAULT 1 COMMENT '数量', 
	amount FLOAT COMMENT '订单总额', 
	user_id VARCHAR(100) COMMENT '用户ID', 
	user_apple_id VARCHAR(100) COMMENT '用户苹果ID', 
	order_status INTEGER DEFAULT 0 COMMENT '订单状态:0:未支付,1:已支付,2:已退款', 
	pay_method INTEGER DEFAULT 1 COMMENT '支付方式:1:苹果支付,2:微信支付,3:支付宝支付', 
	create_time DATETIME DEFAULT now() COMMENT '下单时间', 
	pay_time DATETIME DEFAULT now() COMMENT '支付时间', 
	del_flag INTEGER DEFAULT 0 COMMENT '是否删除,0:未删除,1:已删除', 
	PRIMARY KEY (id)
)


2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-18  16:29:19 Wed sqlalchemy.engine.base.Engine INFO COMMIT
2020-11-23  15:39:28 Mon werkzeug INFO  * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit)
2020-11-23  15:39:32 Mon app.api.app ERROR Exception on /tamp_course_order/order [GET]
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask/app.py", line 1949, in full_dispatch_request
    rv = self.dispatch_request()
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask/app.py", line 1935, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask_restful/__init__.py", line 480, in wrapper
    resp = resource(*args, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask/views.py", line 89, in view
    return self.dispatch_request(*args, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask_restful/__init__.py", line 595, in dispatch_request
    resp = meth(*args, **kwargs)
  File "/Users/pengxiong/Desktop/fund_report/app/controller/order.py", line 31, in get
    return render_template(work_dir+'/template/student.html', STUDENT_LIST)
TypeError: render_template() takes 1 positional argument but 2 were given
2020-11-23  15:39:32 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:39:32] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  15:40:22 Mon app.api.app ERROR Exception on /tamp_course_order/order [GET]
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask/app.py", line 1949, in full_dispatch_request
    rv = self.dispatch_request()
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask/app.py", line 1935, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask_restful/__init__.py", line 480, in wrapper
    resp = resource(*args, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask/views.py", line 89, in view
    return self.dispatch_request(*args, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/flask_restful/__init__.py", line 595, in dispatch_request
    resp = meth(*args, **kwargs)
  File "/Users/pengxiong/Desktop/fund_report/app/controller/order.py", line 31, in get
    return render_template(work_dir+'/template/student.html', STUDENT_LIST)
TypeError: render_template() takes 1 positional argument but 2 were given
2020-11-23  15:40:22 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:40:22] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  15:40:30 Mon werkzeug INFO  * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit)
2020-11-23  15:40:57 Mon werkzeug INFO  * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit)
2020-11-23  15:40:57 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:40:57 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  15:40:57 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  15:40:59 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:40:59] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  15:42:01 Mon werkzeug INFO  * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading
2020-11-23  15:42:01 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:42:02 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  15:42:02 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  15:42:11 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:42:11] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  15:42:24 Mon werkzeug INFO  * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit)
2020-11-23  15:42:24 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:42:24 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  15:42:24 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  15:42:27 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:42:27] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  15:43:41 Mon werkzeug INFO  * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading
2020-11-23  15:43:42 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:43:42 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  15:43:42 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  15:43:50 Mon werkzeug INFO  * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit)
2020-11-23  15:43:50 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:43:51 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  15:43:51 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  15:43:58 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:43:58] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  15:46:04 Mon werkzeug INFO  * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading
2020-11-23  15:46:04 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:46:05 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  15:46:05 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  15:46:15 Mon werkzeug INFO  * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading
2020-11-23  15:46:15 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:48:30 Mon werkzeug INFO  * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit)
2020-11-23  15:48:30 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:48:30 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  15:48:30 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  15:48:34 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:48:34] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  15:50:58 Mon werkzeug INFO  * Detected change in '/Users/pengxiong/Desktop/fund_report/app/api/app.py', reloading
2020-11-23  15:50:58 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:52:35 Mon werkzeug INFO  * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit)
2020-11-23  15:52:35 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:52:35 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  15:52:35 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  15:52:40 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:52:40] "GET /tamp_course_order/order HTTP/1.1" 200 -
2020-11-23  15:52:53 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:52:53] "GET /tamp_course_order/order HTTP/1.1" 200 -
2020-11-23  15:52:53 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:52:53] "GET /favicon.ico HTTP/1.1" 404 -
2020-11-23  15:53:04 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:53:04] "GET /tamp_course_order/order HTTP/1.1" 200 -
2020-11-23  15:53:32 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:53:32] "GET /tamp_course_order/order HTTP/1.1" 200 -
2020-11-23  15:53:35 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:53:35] "GET /tamp_course_order/order HTTP/1.1" 200 -
2020-11-23  15:53:44 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:53:44] "GET /tamp_course_order/order HTTP/1.1" 200 -
2020-11-23  15:54:51 Mon werkzeug INFO  * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading
2020-11-23  15:54:51 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:54:52 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  15:54:52 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  15:56:06 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:06] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  15:56:06 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:06] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 -
2020-11-23  15:56:06 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:06] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 -
2020-11-23  15:56:06 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:06] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 -
2020-11-23  15:56:06 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:06] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 -
2020-11-23  15:56:06 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:06] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  15:56:06 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:06] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  15:56:10 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:10] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  15:56:10 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:10] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 -
2020-11-23  15:56:10 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:10] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 -
2020-11-23  15:56:10 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:10] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 -
2020-11-23  15:56:10 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:10] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 -
2020-11-23  15:56:10 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:56:10] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  15:56:25 Mon werkzeug INFO  * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading
2020-11-23  15:56:25 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:56:26 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  15:56:26 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  15:57:49 Mon werkzeug INFO  * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading
2020-11-23  15:57:49 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:57:49 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  15:57:49 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  15:57:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:52] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  15:57:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:52] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 -
2020-11-23  15:57:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:52] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 -
2020-11-23  15:57:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:52] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 -
2020-11-23  15:57:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:52] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 -
2020-11-23  15:57:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:52] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  15:57:52 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:52] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  15:57:53 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:53] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  15:57:53 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:53] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 -
2020-11-23  15:57:53 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:53] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 -
2020-11-23  15:57:53 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:53] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 -
2020-11-23  15:57:53 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:53] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 -
2020-11-23  15:57:54 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:57:54] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  15:58:07 Mon werkzeug INFO  * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading
2020-11-23  15:58:07 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:58:07 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  15:58:07 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  15:58:08 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:08] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  15:58:08 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:08] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 -
2020-11-23  15:58:08 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:08] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 -
2020-11-23  15:58:08 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:08] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 -
2020-11-23  15:58:09 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:09] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 -
2020-11-23  15:58:09 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:09] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  15:58:20 Mon werkzeug INFO  * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading
2020-11-23  15:58:20 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:58:21 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  15:58:21 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  15:58:21 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:21] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  15:58:21 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:21] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 -
2020-11-23  15:58:21 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:21] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 -
2020-11-23  15:58:21 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:21] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 -
2020-11-23  15:58:21 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:21] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 -
2020-11-23  15:58:22 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:22] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  15:58:22 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:22] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  15:58:23 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:23] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  15:58:23 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:23] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 -
2020-11-23  15:58:23 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:23] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 -
2020-11-23  15:58:23 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:23] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 -
2020-11-23  15:58:23 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:23] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 -
2020-11-23  15:58:23 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:23] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  15:58:23 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:58:23] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  15:59:23 Mon werkzeug INFO  * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading
2020-11-23  15:59:23 Mon werkzeug INFO  * Restarting with stat
2020-11-23  15:59:24 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  15:59:24 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  15:59:29 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 15:59:29] "GET /tamp_course_order/order HTTP/1.1" 200 -
2020-11-23  16:02:12 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:02:12] "GET /tamp_course_order/order HTTP/1.1" 200 -
2020-11-23  16:04:02 Mon werkzeug INFO  * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading
2020-11-23  16:04:02 Mon werkzeug INFO  * Restarting with stat
2020-11-23  16:04:02 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  16:04:02 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  16:05:20 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:20] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  16:05:20 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:20] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 -
2020-11-23  16:05:20 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:20] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 -
2020-11-23  16:05:20 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:20] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 -
2020-11-23  16:05:20 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:20] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 -
2020-11-23  16:05:20 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:20] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  16:05:21 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:21] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  16:05:26 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:26] "GET /tamp_course_order/order HTTP/1.1" 500 -
2020-11-23  16:05:26 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:26] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 -
2020-11-23  16:05:26 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:26] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 -
2020-11-23  16:05:26 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:26] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 -
2020-11-23  16:05:26 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:26] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 -
2020-11-23  16:05:26 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:26] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  16:05:26 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:05:26] "GET /tamp_course_order/order?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2020-11-23  16:06:12 Mon werkzeug INFO  * Detected change in '/Users/pengxiong/Desktop/fund_report/app/controller/order.py', reloading
2020-11-23  16:06:12 Mon werkzeug INFO  * Restarting with stat
2020-11-23  16:06:12 Mon werkzeug WARNING  * Debugger is active!
2020-11-23  16:06:12 Mon werkzeug INFO  * Debugger PIN: 191-123-093
2020-11-23  16:06:15 Mon werkzeug INFO 127.0.0.1 - - [23/Nov/2020 16:06:15] "GET /tamp_course_order/order HTTP/1.1" 200 -
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-24  15:35:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-24  15:35:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-24  15:35:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-24  15:35:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-24  15:35:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-24  15:35:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-24  15:35:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-24  15:35:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-24  15:35:56 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-24  15:35:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:22 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  13:25:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:22 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  13:25:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:22 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  13:25:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:22 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  13:25:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  13:25:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  13:25:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  14:36:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  14:36:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  14:36:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  14:36:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  14:36:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  14:36:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  14:36:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  14:36:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  14:36:50 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  14:36:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  16:05:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  16:05:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  16:05:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  16:05:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  16:05:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  16:05:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  16:05:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:05:50 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  16:05:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  16:12:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  16:12:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  16:15:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  16:15:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:52 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  16:31:52 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  16:31:53 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  16:31:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-25  16:31:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:59 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  16:31:59 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:31:59 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-25  16:31:59 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:33:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  16:33:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  16:33:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-25  16:33:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-25  17:26:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:26:42 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  17:26:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:27 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  17:30:27 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:28 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  17:30:28 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:28 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  17:30:28 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:28 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  17:30:28 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:28 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  17:30:28 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:28 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  17:30:28 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:28 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  17:30:28 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  17:30:28 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:29 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  17:30:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:29 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  17:30:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:29 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  17:30:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:29 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  17:30:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:29 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  17:30:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:29 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  17:30:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:30 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  17:30:30 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  17:30:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-25  17:30:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:30:35 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  17:30:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  17:43:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  17:43:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  17:43:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  17:43:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  17:43:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  17:43:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  17:43:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  17:43:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:43:37 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  17:43:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  17:44:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  17:44:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  18:37:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  18:37:50 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:21 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  18:38:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:21 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  18:38:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  18:38:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  18:38:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  18:41:16 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  18:41:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  18:41:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  18:44:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  18:44:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  19:45:48 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  19:45:49 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  19:52:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  19:52:57 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  19:59:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  19:59:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  20:02:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  20:02:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  20:02:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  20:02:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  20:02:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  20:02:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  20:02:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  20:02:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:02:13 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  20:02:13 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  20:05:40 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  20:05:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  20:05:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  20:05:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  20:05:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  20:05:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  20:05:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  20:05:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:05:42 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  20:05:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  20:09:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:45 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  20:09:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:45 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  20:09:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:45 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  20:09:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:45 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  20:09:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:46 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  20:09:46 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:46 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  20:09:46 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:46 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  20:09:46 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:09:46 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  20:09:46 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:11:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:30 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:11:30 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  20:11:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  20:11:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  20:43:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  20:43:56 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  20:46:08 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:09 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  20:46:09 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:09 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  20:46:09 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:09 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  20:46:09 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:09 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  20:46:09 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:09 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  20:46:09 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:09 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  20:46:09 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:10 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  20:46:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:10 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  20:46:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  20:46:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  20:46:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  20:46:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  20:48:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:42 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  20:48:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:42 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  20:48:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:42 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  20:48:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:42 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  20:48:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:42 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  20:48:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:42 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  20:48:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  20:48:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:48:43 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  20:48:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  20:49:45 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  20:49:46 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:47 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  20:49:47 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:47 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  20:49:47 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:47 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  20:49:47 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:47 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  20:49:47 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:47 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  20:49:47 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:47 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  20:49:47 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:49:47 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  20:49:47 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  20:51:29 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  20:51:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  20:51:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  21:00:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:23 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  21:00:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:24 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  21:00:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:24 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  21:00:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:24 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  21:00:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:24 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  21:00:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:24 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  21:00:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:24 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  21:00:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:00:24 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  21:00:24 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-25  21:01:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-25  21:01:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-25  21:01:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-25  21:01:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-25  21:01:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-25  21:01:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-25  21:01:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-25  21:01:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-25  21:01:06 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-25  21:01:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  10:28:01 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:02 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  10:28:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:02 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  10:28:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:02 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  10:28:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:02 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  10:28:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:02 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  10:28:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:02 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  10:28:02 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  10:28:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  10:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:51 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  10:34:51 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:51 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  10:34:51 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  10:34:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  10:34:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  10:37:48 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  10:37:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  10:37:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  10:37:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  10:37:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:50 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  10:37:50 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:50 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  10:37:50 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:50 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  10:37:50 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:37:50 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  10:37:50 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  10:39:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  10:39:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  11:27:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:58 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  11:27:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:58 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  11:27:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:27:58 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_cum_1w`, `ret__cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  11:27:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  11:28:36 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:37 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  11:28:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:37 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  11:28:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:37 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  11:28:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:37 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  11:28:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:37 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  11:28:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:37 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  11:28:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:37 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  11:28:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:28:38 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  11:28:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  11:49:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:49:47 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  11:49:47 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:50:10 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  11:50:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:50:54 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_cum_1w`, `ret__cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  11:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:51:07 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret__cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  11:51:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:51:25 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  11:51:25 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  11:56:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:15 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  11:56:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:15 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  11:56:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:15 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  11:56:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:15 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  11:56:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:15 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  11:56:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  11:56:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:16 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  11:56:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  11:56:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  11:56:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  13:04:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  13:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  13:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  13:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  13:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  13:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  13:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  13:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  13:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  13:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  14:12:19 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:12:20 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:21 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  14:12:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:12:21 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  14:12:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  14:14:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:59 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  14:14:59 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:59 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:14:59 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:59 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  14:14:59 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:59 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  14:14:59 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:59 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:14:59 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:14:59 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  14:14:59 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  14:15:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  14:21:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  14:21:17 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  14:21:18 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  14:51:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  14:52:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  14:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:05 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  14:52:05 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:05 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  14:52:05 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  14:52:05 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  14:52:05 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  15:21:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  15:21:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:58 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  15:21:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:58 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  15:21:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:58 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  15:21:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:58 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  15:21:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:58 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  15:21:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:58 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  15:21:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  15:21:58 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  15:21:58 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  16:27:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  16:27:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:10 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  16:27:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:10 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:27:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:10 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  16:27:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:10 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  16:27:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:10 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:27:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:10 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  16:27:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:27:10 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  16:27:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  16:28:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  16:28:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:28:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  16:28:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:07 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  16:28:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:07 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:28:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:07 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  16:28:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:28:08 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  16:28:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  16:30:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:30:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  16:30:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  16:50:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:55 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  16:50:55 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:55 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:50:55 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:55 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  16:50:55 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:55 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  16:50:55 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:55 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:50:55 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:55 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  16:50:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  16:52:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  16:52:05 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  16:52:06 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  16:55:21 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  16:55:22 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  18:10:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:12 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  18:10:12 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:12 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  18:10:12 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:12 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  18:10:12 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:12 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  18:10:12 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:12 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  18:10:12 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:12 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  18:10:12 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:12 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  18:10:12 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  18:10:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:10:14 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  18:10:14 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  18:11:46 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:11:52 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  18:11:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:53 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  18:22:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:53 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  18:22:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:53 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  18:22:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:53 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  18:22:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:53 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  18:22:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:53 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  18:22:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:53 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  18:22:53 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:54 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  18:22:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:54 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  18:22:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:54 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  18:22:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:54 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  18:22:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:54 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  18:22:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:54 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  18:22:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:54 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  18:22:54 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  18:22:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:22:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  18:22:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:56 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  18:22:56 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  18:22:57 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  18:23:37 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  18:23:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:43 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  18:23:43 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:43 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:23:43 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:43 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  18:23:43 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:23:43 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  18:23:43 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:44 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  18:30:44 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:44 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  18:30:44 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  18:30:45 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  18:30:49 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:50 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  18:30:50 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:50 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:30:50 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:50 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  18:30:50 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:50 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  18:30:50 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:50 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  18:30:50 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:50 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  18:30:50 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  18:30:50 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  18:30:50 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  19:55:00 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:01 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  19:55:01 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:01 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  19:55:01 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:01 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  19:55:01 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:01 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  19:55:01 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:01 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  19:55:01 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:01 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  19:55:01 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  19:55:02 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  19:55:03 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  20:01:38 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:41 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  20:01:41 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:41 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:01:41 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:41 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  20:01:41 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  20:01:42 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:09 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  20:04:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:09 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  20:04:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:09 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  20:04:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:09 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  20:04:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:09 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  20:04:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:09 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  20:04:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:09 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  20:04:09 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:10 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  20:04:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:10 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  20:04:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:10 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  20:04:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:10 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  20:04:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:10 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  20:04:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:10 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  20:04:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:10 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  20:04:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:04:15 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  20:04:16 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  20:07:07 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:10 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  20:07:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:10 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:07:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  20:07:11 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-26  20:32:10 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:12 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-26  20:32:12 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:12 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:32:12 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:12 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-26  20:32:12 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:12 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-26  20:32:12 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:12 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:32:12 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:12 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-26  20:32:12 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:12 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-26  20:32:12 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-26  20:32:13 Thu sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:29 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  10:46:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:29 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  10:46:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:29 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  10:46:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  10:46:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  10:46:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  10:47:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  10:47:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  11:39:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:55 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  11:39:55 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:55 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:39:55 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:55 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  11:39:55 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:56 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  11:39:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:56 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:39:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:56 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  11:39:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  11:39:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:39:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  11:39:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  11:39:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:39:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  11:39:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  11:39:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  11:39:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:39:59 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  11:39:59 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  11:41:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  11:41:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  11:54:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:54:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  11:54:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  11:54:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  11:54:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  11:54:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  11:54:10 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  11:54:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  13:04:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  13:04:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  13:06:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  13:06:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  13:06:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  13:06:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  13:06:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  13:06:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  13:06:31 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  14:14:36 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  14:14:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:59 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  14:14:59 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:59 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  14:14:59 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:59 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  14:14:59 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:59 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  14:14:59 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:59 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  14:14:59 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:59 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  14:14:59 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:14:59 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  14:14:59 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:15:02 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  14:15:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  14:28:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  14:28:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  14:28:30 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  14:28:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  16:24:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:24:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  16:24:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  16:24:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:24:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  16:24:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:06 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:24:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:07 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:24:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:24:07 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:24:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  16:25:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:25:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:07 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:25:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:25:08 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:25:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  16:26:38 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  16:26:39 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:40 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  16:26:40 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:40 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:26:40 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:40 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  16:26:40 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:40 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  16:26:40 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:40 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:26:40 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:40 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  16:26:40 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:40 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:26:40 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:41 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:26:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:26:41 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:26:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  16:29:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:53 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  16:29:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:53 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:29:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:53 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  16:29:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:53 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  16:29:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:29:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:56 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:29:57 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:29:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  16:46:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  16:46:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:05 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:46:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:06 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:46:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:06 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:46:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:23 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  16:46:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:23 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  16:46:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:23 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  16:46:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:23 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  16:46:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:23 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  16:46:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:23 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  16:46:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  16:46:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:46:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:26 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:46:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:46:26 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:46:26 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  16:47:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  16:47:08 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:09 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:47:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:10 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:47:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  16:47:10 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  16:47:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  17:08:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:08:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  17:08:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  17:08:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:08:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  17:08:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:05 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:08:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:06 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:08:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:06 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:08:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:40 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  17:08:40 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  17:08:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:08:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:45 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:08:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:08:45 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:08:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:18 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  17:16:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:18 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  17:16:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:18 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  17:16:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:18 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  17:16:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  17:16:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:16:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:24 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:16:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:16:24 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:16:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  17:23:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  17:23:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:23:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:13 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  17:23:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:23:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:15 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:23:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:23:16 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:23:16 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  17:46:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  17:46:16 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:46:17 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:18 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:46:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:46:18 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:46:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  17:55:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:19 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  17:55:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:19 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:55:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:19 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  17:55:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:55:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:21 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:55:21 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  17:55:21 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  17:55:21 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  18:09:52 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:09:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  18:09:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:55 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  18:09:55 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:09:56 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  18:09:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  18:13:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  18:13:57 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:13:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  18:13:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  18:13:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:13:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  18:13:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:13:58 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  18:13:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:14:00 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  18:14:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:14:01 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  18:14:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  18:18:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  18:18:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:07 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  18:18:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:09 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  18:18:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  18:18:10 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  18:18:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  19:24:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:24:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:24:32 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:24:32 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:09 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:33:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:09 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:33:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:09 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:33:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:09 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:33:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:09 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:33:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:09 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:33:09 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  19:33:10 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:33:11 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:33:12 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:33:12 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  19:38:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:38:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:32 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:38:32 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:38:32 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:38:32 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  19:42:53 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:42:54 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:55 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:42:55 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:42:56 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:42:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  19:44:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:44:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:04 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:44:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:44:04 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:44:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  19:46:44 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:46:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:46 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:46:46 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:46:46 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:46:46 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  19:47:27 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:47:28 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:29 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  19:47:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:29 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:47:29 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:30 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:47:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:30 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:47:30 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  19:47:58 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:59 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  19:47:59 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:47:59 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:47:59 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:48:00 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:01 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:48:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:48:02 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:48:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:13 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:49:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:13 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:49:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:13 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:49:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:13 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:49:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:13 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:49:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:13 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:49:13 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  19:49:14 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  19:49:15 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:16 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  19:49:16 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:16 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  19:49:16 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:16 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  19:49:16 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:16 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:49:16 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:18 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:49:18 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  19:49:19 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  19:49:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  20:27:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  20:27:23 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:27:24 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:25 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:27:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:27:25 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:27:25 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  20:29:56 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:30:01 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:02 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:30:02 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:30:03 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:30:03 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  20:33:41 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:42 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  20:33:42 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:42 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:33:42 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:42 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  20:33:42 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:42 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  20:33:42 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:42 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:33:42 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:42 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  20:33:42 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:33:43 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:45 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:33:45 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:33:46 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:33:46 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  20:40:04 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:40:05 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  20:40:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  20:40:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:40:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:06 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  20:40:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:06 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:40:06 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:07 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:40:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:40:07 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:40:07 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-27  20:47:19 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:47:20 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:21 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:47:21 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-27  20:47:22 Fri sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-27  20:47:22 Fri sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  09:50:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  09:50:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  09:50:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  09:51:00 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  09:51:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:30:07 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  10:30:07 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  10:58:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  10:58:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:58:59 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  10:58:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  10:59:00 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  10:59:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  11:19:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  11:19:47 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:48 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  11:19:48 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:48 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  11:19:48 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:48 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  11:19:48 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:48 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  11:19:48 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:48 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  11:19:48 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:48 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  11:19:48 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:48 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  11:19:48 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:50 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  11:19:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  11:19:51 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  11:19:51 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  13:53:11 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:12 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  13:53:12 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:12 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  13:53:12 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:12 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  13:53:12 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:12 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  13:53:12 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  13:53:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:16 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  13:53:16 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  13:53:17 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  13:53:17 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  14:31:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:31:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:06 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  14:31:06 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:06 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  14:31:06 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:08 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  14:31:08 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  14:31:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:31:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  14:31:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  14:44:44 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  14:44:45 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  14:44:46 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  15:38:08 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  15:38:09 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  15:38:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  15:38:58 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  15:38:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:38:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:38:59 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  15:38:59 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  15:39:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  15:41:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  15:41:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  16:34:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:14 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  16:34:14 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:14 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  16:34:14 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:14 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  16:34:14 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:14 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  16:34:14 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:14 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  16:34:14 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  16:34:14 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  16:34:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  16:34:50 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:51 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  16:34:51 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:51 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:34:51 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:51 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  16:34:51 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:51 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  16:34:51 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  16:34:52 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  16:55:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:20 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  16:55:20 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:20 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:55:20 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  16:55:21 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:22 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  16:55:22 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  16:55:22 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  16:55:22 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:29 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  18:13:29 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  18:13:30 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  18:13:31 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:00 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  18:15:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:00 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  18:15:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:00 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  18:15:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  18:15:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  18:15:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  18:15:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  18:15:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:15:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  18:15:03 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  18:17:15 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  18:17:19 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  18:17:20 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  19:38:00 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  19:38:01 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  19:38:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  19:46:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  19:46:37 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  19:46:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  19:46:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:38 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  19:46:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  19:46:38 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  19:46:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  20:10:28 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:32 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  20:10:32 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:10:33 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  20:10:33 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:33 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  20:10:33 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  20:10:34 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  20:10:35 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:10:35 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  20:10:35 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  20:10:35 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:10:35 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:35 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  20:10:35 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  20:10:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:10:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:36 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  20:10:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:10:36 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  20:10:36 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  20:16:10 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  20:16:13 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  20:24:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  20:24:56 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  20:24:57 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  20:29:38 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:39 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  20:29:39 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  20:29:39 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  20:29:42 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:43 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  20:29:43 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:43 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:29:43 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:43 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  20:29:43 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:29:43 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  20:29:43 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  20:32:54 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  20:32:55 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-11-30  21:06:02 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:04 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-11-30  21:06:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:04 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  21:06:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:04 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-11-30  21:06:04 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-11-30  21:06:05 Mon sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  10:38:01 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  10:38:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:38:03 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  10:38:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  10:41:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  10:41:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:41:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  10:41:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  10:41:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:41:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  10:41:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:41:18 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  10:41:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  10:43:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  10:43:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  10:47:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:28 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  10:47:28 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:28 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:47:28 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:28 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  10:47:28 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  10:47:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  10:52:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  10:52:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:45 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  10:52:45 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:45 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:52:45 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:45 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  10:52:45 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:52:45 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  10:52:45 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  10:53:19 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  10:53:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:53:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  10:53:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  10:53:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:53:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  10:53:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  10:53:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  10:53:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  10:56:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  10:56:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:56:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  10:56:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  10:56:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:05:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:17 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:05:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:17 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:05:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:17 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:05:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  11:05:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  11:05:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:05:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:17 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  11:05:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  11:05:18 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  11:08:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  11:08:38 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:08:39 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  11:08:39 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  11:27:45 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  11:27:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  11:27:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:27:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  11:27:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  11:27:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:27:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  11:27:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  11:27:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  11:27:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:27:49 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  11:27:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  11:29:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  11:29:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  11:29:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:30:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:57 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:30:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  11:30:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  11:30:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:30:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  11:30:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  11:30:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:59 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:30:59 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:59 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  11:30:59 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:30:59 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  11:30:59 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  11:32:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  11:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  11:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  11:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  11:37:47 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:37:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  11:37:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:37:49 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  11:37:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:13 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:42:13 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:13 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:42:13 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:13 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:42:13 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:13 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:42:13 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:13 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:42:13 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:13 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:42:13 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  11:42:14 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  11:42:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  13:38:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  13:38:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  13:38:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  13:46:04 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  13:46:05 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  13:46:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  13:59:33 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  13:59:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:59:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  13:59:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  13:59:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  13:59:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  14:14:42 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  14:14:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  14:14:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  14:14:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:43 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  14:14:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  14:14:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  14:17:51 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  14:17:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  16:05:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  16:05:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:23 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  16:05:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:23 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  16:05:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  16:05:23 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  16:05:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:09:20 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:09:21 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:22 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:09:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:22 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:09:22 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:09:57 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:09:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:09:59 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:09:59 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:12:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:37 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:12:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:12:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:12:40 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:41 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:12:41 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:12:41 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:12:41 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:15:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:15:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:15:56 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:15:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:16:43 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:16:44 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:45 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:16:45 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:16:45 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:16:45 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:18:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:18:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:59 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:18:59 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:18:59 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:18:59 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:19:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:19:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:25 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:19:25 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:25 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:19:25 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:19:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:19:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:51 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:19:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:19:51 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:19:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:23:29 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:23:30 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:31 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:23:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:23:31 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:23:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:06 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:27:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:06 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:27:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:06 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:27:06 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:27:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:27:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:27:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:12 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:27:12 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:27:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:52 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:27:52 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:52 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:27:52 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:52 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:27:52 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:27:52 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:27:54 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:55 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:27:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:27:55 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:27:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:23 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:28:23 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:28:24 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:28:27 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:28 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:28:28 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:28 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:28:28 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:28:51 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:28:55 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:56 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:28:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:28:56 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:28:56 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:31:58 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:32:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:32:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:32:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:32:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:32:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:32:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:32:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:32:04 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:32:04 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  18:45:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:45:10 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  18:45:11 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  18:45:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  19:31:32 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:31:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:35 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:31:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:31:35 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:31:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:32:36 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:32:37 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  19:40:02 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:40:03 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:04 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:40:04 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:40:04 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:40:04 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  19:46:09 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  19:46:11 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:46:12 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:12 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  19:46:12 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:12 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:46:12 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:12 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:46:12 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:46:12 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:46:12 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:48:07 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:48:08 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  19:48:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:48:48 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:49 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:48:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:48:49 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:48:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  19:51:15 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:51:16 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:17 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:51:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  19:51:17 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  19:51:17 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  20:25:46 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  20:25:49 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:50 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  20:25:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:25:50 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  20:25:50 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-01  20:26:31 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  20:26:34 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:35 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  20:26:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-01  20:26:35 Tue sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-01  20:26:35 Tue sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:00 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:50:00 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  09:50:01 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:50:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:05 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:52:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  09:52:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:52:07 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  09:54:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:54:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:21 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:54:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:54:21 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:54:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  09:56:34 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:56:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:36 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:56:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:56:36 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:56:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  09:57:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:57:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:39 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:57:39 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:57:39 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:57:39 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  09:58:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:58:22 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:58:23 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:58:23 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  09:59:02 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:59:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:04 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:59:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  09:59:35 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:59:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:37 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:59:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  09:59:37 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  09:59:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:22:54 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:55 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:22:55 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:22:55 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:22:55 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  10:23:36 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:23:37 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:38 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:23:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:23:38 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:23:38 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  10:25:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:25:21 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:32:30 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:32:31 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:32:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:32:31 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:32:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:32:31 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:32:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:32:31 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:32:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:32:31 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:32:31 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  10:32:31 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  10:33:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  10:34:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:34:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:34:06 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:34:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:35:17 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  10:35:18 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:35:19 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:35:20 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:35:20 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:41 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:51:41 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:51:42 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:51:43 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:44 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:51:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:51:44 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:51:44 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  10:53:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:53:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:32 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:53:32 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  10:53:33 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:54:03 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:04 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:54:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:54:04 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:54:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  10:55:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  10:57:04 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:57:05 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:06 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:57:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  10:57:06 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  10:57:06 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO select f2.realname,f3.customer_name,fund_id,f1.order_type,f1.pay_date,f1.subscription_fee,f1.confirm_share_date,f1.confirm_share,f1.confirm_amount,f1.nav,f1.folio_name from customer_order f1, user_info f2,customer_info f3   where f2.id=f1.user_id and f3.id=f1.customer_id and f1.user_id='USER_INFO15914346866762' and f1.customer_id='202009281545001'
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO BEGIN (implicit)
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO select distinct `id`, `fund_short_name`, `nav_frequency`, `substrategy` from `fund_info`
2020-12-02  11:01:10 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00002JJ2'  order by `price_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00002JJ2' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00002JJ2' order by `price_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00005DBQ'  order by `price_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00005DBQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00005DBQ' order by `price_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF0000681Q'  order by `price_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF0000681Q' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF0000681Q' order by `price_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006693'  order by `price_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006693' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006693' order by `price_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006AZF'  order by `price_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006AZF' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006AZF' order by `price_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006BGS'  order by `price_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006BGS' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006BGS' order by `price_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `nav`,`cumulative_nav` from `fund_nav` where `fund_id`='HF00006GNQ'  order by `price_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `distribute_date`, `distribution` from `fund_distribution` where `fund_id`='HF00006GNQ' and `distribute_type`='1' order by `distribute_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct `price_date`, `ret_1w`, `ret_cum_1m`, `ret_cum_6m`, `ret_cum_1y`, `ret_cum_ytd`, `ret_cum_incep` from `fund_performance` where `fund_id`='HF00006GNQ' order by `price_date` ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  11:01:11 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-02  11:01:12 Wed sqlalchemy.engine.base.Engine INFO select distinct price_date,close from fund_market_indexes where index_id='IN0000007M'  order by price_date ASC
2020-12-02  11:01:12 Wed sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO DESCRIBE `fund_report_record`
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO ROLLBACK
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO 
CREATE TABLE fund_report_record (
	id VARCHAR(64) NOT NULL, 
	receipt_no VARCHAR(64) COMMENT '回执编号', 
	ifa_id VARCHAR(64) DEFAULT '' COMMENT '理财师ID', 
	customer_id VARCHAR(64) DEFAULT '' COMMENT '客户ID', 
	pdf_url VARCHAR(64) DEFAULT '' COMMENT 'pdf路径', 
	create_by VARCHAR(64) DEFAULT '' COMMENT '创建人ID', 
	create_time DATETIME DEFAULT now() COMMENT '生成时间', 
	update_by VARCHAR(64) DEFAULT '' COMMENT '更新人ID', 
	update_time DATETIME DEFAULT now() COMMENT '更新时间', 
	PRIMARY KEY (id)
)


2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:52:29 Thu sqlalchemy.engine.base.Engine INFO COMMIT
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO SHOW VARIABLES LIKE 'sql_mode'
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO SELECT DATABASE()
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8) COLLATE utf8_bin AS anon_1
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO DESCRIBE `fund_report_record`
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO ROLLBACK
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO 
CREATE TABLE fund_report_record (
	id VARCHAR(64) NOT NULL, 
	receipt_no VARCHAR(64) COMMENT '回执编号', 
	ifa_id VARCHAR(64) DEFAULT '' COMMENT '理财师ID', 
	customer_id VARCHAR(64) DEFAULT '' COMMENT '客户ID', 
	pdf_url VARCHAR(64) DEFAULT '' COMMENT 'pdf路径', 
	is_read INTEGER DEFAULT 0 COMMENT '是否已查看:0未查看,1已经查看', 
	create_by VARCHAR(64) DEFAULT '' COMMENT '创建人ID', 
	create_time DATETIME DEFAULT now() COMMENT '生成时间', 
	update_by VARCHAR(64) DEFAULT '' COMMENT '更新人ID', 
	update_time DATETIME DEFAULT now() COMMENT '更新时间', 
	PRIMARY KEY (id)
)


2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO {}
2020-12-03  16:56:04 Thu sqlalchemy.engine.base.Engine INFO COMMIT