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
bad9b95d
Commit
bad9b95d
authored
Dec 04, 2020
by
wang zhengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
轮训任务加上 执行方法
parent
e2d89b86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
timed_task.py
app/utils/timed_task.py
+5
-0
No files found.
app/utils/timed_task.py
View file @
bad9b95d
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
from
app.api.engine
import
tamp_user_engine
,
tamp_order_engine
,
TAMP_SQL
from
app.api.engine
import
tamp_user_engine
,
tamp_order_engine
,
TAMP_SQL
from
sqlalchemy.ext.declarative
import
declarative_base
from
sqlalchemy.ext.declarative
import
declarative_base
from
sqlalchemy
import
Column
,
String
,
Integer
from
sqlalchemy
import
Column
,
String
,
Integer
from
app.utils.jinjia2html
import
DataIntegrate
Base
=
declarative_base
()
Base
=
declarative_base
()
class
IfaUser
(
Base
):
class
IfaUser
(
Base
):
...
@@ -36,6 +37,10 @@ class Customer(Base):
...
@@ -36,6 +37,10 @@ class Customer(Base):
def
call_month_report
(
ifauser_id
,
ifauser_name
,
customer_id
,
customer_name
):
def
call_month_report
(
ifauser_id
,
ifauser_name
,
customer_id
,
customer_name
):
print
(
'开始制作IFA: {}, 客户: {}的基金月报'
.
format
(
ifauser_name
,
customer_name
))
print
(
'开始制作IFA: {}, 客户: {}的基金月报'
.
format
(
ifauser_name
,
customer_name
))
try
:
DataIntegrate
(
ifauser_id
,
customer_id
,
customer_name
)
except
:
print
(
"发生异常,下一个走起!"
)
...
...
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