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
13d9f98a
Commit
13d9f98a
authored
Sep 25, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230721
parent
dbfcefca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
apps/inves_manage/siku_view.py
+1
-1
No files found.
apps/inves_manage/siku_view.py
View file @
13d9f98a
...
@@ -1182,7 +1182,7 @@ def project_transition():
...
@@ -1182,7 +1182,7 @@ def project_transition():
try
:
try
:
project_obj
=
SikuProject
.
query
.
filter_by
(
id
=
project_id
,
flag
=
flag
)
.
first
()
project_obj
=
SikuProject
.
query
.
filter_by
(
id
=
project_id
,
flag
=
flag
)
.
first
()
if
not
project_obj
:
if
not
project_obj
:
return
jsonify
(
code
=
RET
.
NODATA
,
msg
=
"项目选择有误。(在对接库中只能转办项目进展为‘对接中’的项目;在签约库中只能转办项目进展‘已签约’的项目。)"
)
return
jsonify
(
code
=
RET
.
PARAMERR
,
msg
=
"项目选择有误。(在对接库中只能转办项目进展为‘对接中’的项目;在签约库中只能转办项目进展‘已签约’的项目。)"
)
if
flag
==
2
:
if
flag
==
2
:
# 对接库 转办:把选定的项目转给其它县区,此项目的拟落地区域,变为新的县区
# 对接库 转办:把选定的项目转给其它县区,此项目的拟落地区域,变为新的县区
...
...
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