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
7c866808
Commit
7c866808
authored
Feb 05, 2021
by
wang zhengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保证默认模板
parent
7adeb860
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
report_service.py
app/service/report_service.py
+3
-2
No files found.
app/service/report_service.py
View file @
7c866808
...
@@ -329,9 +329,10 @@ def make_app_report(args):
...
@@ -329,9 +329,10 @@ def make_app_report(args):
FundReportManange
.
type
==
1
,
FundReportManange
.
type
==
1
,
FundReportManange
.
default
==
1
FundReportManange
.
default
==
1
))
.
first
()
))
.
first
()
if
template
.
default_template
:
default_template
=
""
if
template
and
template
.
default_template
:
default_template
=
json
.
loads
(
template
.
default_template
)
default_template
=
json
.
loads
(
template
.
default_template
)
el
s
e
:
el
if
templat
e
:
default_template
=
json
.
loads
(
template
.
custom_template
)
default_template
=
json
.
loads
(
template
.
custom_template
)
# save_pdf.delay(record_id, ifa_id, customer_id, pdf_name, type)
# save_pdf.delay(record_id, ifa_id, customer_id, pdf_name, type)
try
:
try
:
...
...
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