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
2d9f3ed0
Commit
2d9f3ed0
authored
Dec 09, 2020
by
赵杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
点评中截止日期
parent
edd8f84d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
portfolio_diagnose.py
app/service/portfolio_diagnose.py
+3
-3
No files found.
app/service/portfolio_diagnose.py
View file @
2d9f3ed0
...
...
@@ -648,9 +648,9 @@ class PortfolioDiagnose(object):
def
old_evaluation
(
self
,
group_name
,
group_result
,
data_adaptor
):
start_year
=
data_adaptor
.
start_date
.
year
start_month
=
data_adaptor
.
start_date
.
month
current_year
=
dat
etime
.
datetime
.
now
()
.
year
current_month
=
dat
etime
.
datetime
.
now
()
.
month
current_day
=
dat
etime
.
datetime
.
now
()
.
day
current_year
=
dat
a_adaptor
.
end_date
.
year
current_month
=
dat
a_adaptor
.
end_date
.
month
current_day
=
dat
a_adaptor
.
end_date
.
day
past_month
=
(
current_year
-
start_year
)
*
12
+
current_month
-
start_month
# 投入成本(万元)
...
...
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