Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mancheng
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mancheng
Commits
77e60885
Commit
77e60885
authored
Nov 29, 2022
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20221127
parent
a24451db
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
3 deletions
+5
-3
apps/inves_manage/__init__.py
+1
-0
apps/inves_manage/project_manager.py
+0
-0
apps/inves_manage/siku_view.py
+3
-3
apps/inves_manage/statistic_analysis_view.py
+0
-0
apps/models.py
+1
-0
No files found.
apps/inves_manage/__init__.py
View file @
77e60885
...
@@ -5,5 +5,6 @@ api_manage = Blueprint("api_manage", __name__)
...
@@ -5,5 +5,6 @@ api_manage = Blueprint("api_manage", __name__)
from
.
import
view
from
.
import
view
from
.
import
siku_view
from
.
import
siku_view
from
.
import
project_manager
from
.
import
project_manager
from
.
import
statistic_analysis_view
"招商资源管理"
"招商资源管理"
apps/inves_manage/project_manager.py
View file @
77e60885
This diff is collapsed.
Click to expand it.
apps/inves_manage/siku_view.py
View file @
77e60885
...
@@ -597,9 +597,9 @@ def add_project():
...
@@ -597,9 +597,9 @@ def add_project():
other_source
=
req_dic
[
'other_source'
]
other_source
=
req_dic
[
'other_source'
]
remark
=
req_dic
[
'remark'
]
remark
=
req_dic
[
'remark'
]
if
not
all
([
project_name
,
investor_name
,
investor_district
,
project_type
,
if
not
all
([
project_name
,
investor_name
,
investor_district
,
project_type
,
investment_volume
,
project_info
,
thread_people
,
thread_people_unity
,
investment_volume
,
thread_people
,
thread_people_unity
,
thread_people_mobile
,
thread_progress
,
investment_volume1
,
project_info1
,
thread_people_mobile
,
thread_progress
,
investment_volume1
,
stop_reason
,
thread_source
,
cooperation_way
,
other_source
,
remark
]):
thread_source
,
cooperation_way
,
remark
]):
return
jsonify
(
code
=
RET
.
NODATA
,
msg
=
'无有效数据!'
)
return
jsonify
(
code
=
RET
.
NODATA
,
msg
=
'无有效数据!'
)
upload_time
=
datetime
.
now
()
.
strftime
(
"
%
Y/
%
m/
%
d"
)
upload_time
=
datetime
.
now
()
.
strftime
(
"
%
Y/
%
m/
%
d"
)
...
...
apps/inves_manage/statistic_analysis_view.py
View file @
77e60885
This diff is collapsed.
Click to expand it.
apps/models.py
View file @
77e60885
...
@@ -1281,6 +1281,7 @@ class MoneyArrive(db.Model):
...
@@ -1281,6 +1281,7 @@ class MoneyArrive(db.Model):
__table_args__
=
({
'comment'
:
'项目化管理-固定资产投资项目资金到位表'
})
# 添加表注释
__table_args__
=
({
'comment'
:
'项目化管理-固定资产投资项目资金到位表'
})
# 添加表注释
id
=
db
.
Column
(
db
.
Integer
,
primary_key
=
True
,
autoincrement
=
True
,
comment
=
'主键id'
)
id
=
db
.
Column
(
db
.
Integer
,
primary_key
=
True
,
autoincrement
=
True
,
comment
=
'主键id'
)
is_delete
=
db
.
Column
(
db
.
Integer
,
comment
=
'逻辑删除'
)
is_delete
=
db
.
Column
(
db
.
Integer
,
comment
=
'逻辑删除'
)
file_name
=
db
.
Column
(
db
.
String
(
30
),
comment
=
'文件名称'
)
data_time
=
db
.
Column
(
db
.
String
(
30
),
comment
=
'数据年份'
)
data_time
=
db
.
Column
(
db
.
String
(
30
),
comment
=
'数据年份'
)
upload_time
=
db
.
Column
(
db
.
String
(
30
),
comment
=
'上传日期'
)
upload_time
=
db
.
Column
(
db
.
String
(
30
),
comment
=
'上传日期'
)
upload_unit
=
db
.
Column
(
db
.
String
(
30
),
comment
=
'上传部门'
)
upload_unit
=
db
.
Column
(
db
.
String
(
30
),
comment
=
'上传部门'
)
...
...
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