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
bf7d04d8
Commit
bf7d04d8
authored
Dec 07, 2020
by
pengxiong@wealthgrow.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改2
parent
91094cf6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4928 additions
and
2 deletions
+4928
-2
radar_chart.py
app/utils/radar_chart.py
+1
-1
timed_task.py
app/utils/timed_task.py
+1
-1
tamp_course_order.log
logs/tamp_course_order.log
+4926
-0
No files found.
app/utils/radar_chart.py
View file @
bf7d04d8
...
...
@@ -63,7 +63,7 @@ def gen_radar_chart(radar_chart_data):
'lineHeight'
:
20
,
'fontWeight'
:
'normal'
},
subtitle_textstyle_opts
=
{
'color'
:
'#983612'
if
radar_chart_data
[
'data'
][
5
][
'data'
]
>
60
else
'#22999F'
,
subtitle_textstyle_opts
=
{
'color'
:
'#983612'
if
float
(
radar_chart_data
[
'data'
][
5
][
'data'
])
>
60
else
'#22999F'
,
'fontSize'
:
20
,
'lineHeight'
:
23
,
'fontWeight'
:
'bolder'
,
...
...
app/utils/timed_task.py
View file @
bf7d04d8
...
...
@@ -51,7 +51,7 @@ with TAMP_SQL(tamp_user_engine) as tamp_user, TAMP_SQL(tamp_order_engine) as tam
tamp_order_session
=
tamp_order
.
session
# for ifauser in ifausers:
for
ifauser
in
ifausers
[
1
00
:
1000
]:
for
ifauser
in
ifausers
[
6
00
:
1000
]:
# 获取某个 ifa 的所有 customer
customers
=
tamp_order_session
.
query
(
Ifa_Customer
)
.
\
filter_by
(
ifa_id
=
ifauser
.
id
)
.
all
()
...
...
logs/tamp_course_order.log
View file @
bf7d04d8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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