Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
F
fund_report
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭熊
fund_report
Commits
b86da3c3
Commit
b86da3c3
authored
Jan 14, 2021
by
pengxiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始参数
parent
3ec14cf8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
109 additions
and
2 deletions
+109
-2
default_template_params.py
app/config/default_template_params.py
+4
-2
fund_report.log
logs/fund_report.log
+105
-0
No files found.
app/config/default_template_params.py
View file @
b86da3c3
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
# @Email : acepengxiong@163.com
# @Email : acepengxiong@163.com
# @Software : PyCharm
# @Software : PyCharm
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
import datetime
from app.api.engine import template_folder
from app.api.engine import template_folder
from app.utils.format_transfer import img_transfer
from app.utils.format_transfer import img_transfer
...
@@ -114,7 +116,7 @@ diagnose_default_template = {
...
@@ -114,7 +116,7 @@ diagnose_default_template = {
hold_default_data = {
hold_default_data = {
"customer_name": "王晶",
"customer_name": "王晶",
"valueSex": 1,
"valueSex": 1,
"year_month":
"2020-12"
,
"year_month":
datetime.datetime.now().strftime('%Y-%m-%d')
,
"month": "12",
"month": "12",
"start_date": "2020-07-17",
"start_date": "2020-07-17",
"latest_worth_day": "2020-12-31",
"latest_worth_day": "2020-12-31",
...
@@ -423,7 +425,7 @@ hold_default_data = {
...
@@ -423,7 +425,7 @@ hold_default_data = {
diagnose_default_data = {
diagnose_default_data = {
"customer_name": "王晶 ",
"customer_name": "王晶 ",
"valueSex": 1,
"valueSex": 1,
"year_month":
"2020-12"
,
"year_month":
datetime.datetime.now().strftime('%Y-%m-%d')
,
"month": "12",
"month": "12",
"start_date": "2020-07-17",
"start_date": "2020-07-17",
"latest_worth_day": "2020-12-31",
"latest_worth_day": "2020-12-31",
logs/fund_report.log
View file @
b86da3c3
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment