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
6d54aff6
Commit
6d54aff6
authored
Feb 01, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230201
parent
b50c93c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
apps/inves_manage/siku_view.py
+3
-3
No files found.
apps/inves_manage/siku_view.py
View file @
6d54aff6
...
...
@@ -820,11 +820,11 @@ def upload_project_data1():
add_num
+=
1
continue
elif
ret
==
'error'
:
return
jsonify
(
code
=
RET
.
D
ATA
ERR
,
msg
=
'编号超出三位的规定范围,请联系管理员!'
)
return
jsonify
(
code
=
RET
.
D
B
ERR
,
msg
=
'编号超出三位的规定范围,请联系管理员!'
)
elif
ret
==
'error1'
:
return
jsonify
(
code
=
RET
.
D
ATA
ERR
,
msg
=
'数据入库出错,错误位置为第【{}】行!'
.
format
(
i
))
return
jsonify
(
code
=
RET
.
D
B
ERR
,
msg
=
'数据入库出错,错误位置为第【{}】行!'
.
format
(
i
))
elif
ret
==
'error2'
:
return
jsonify
(
code
=
RET
.
D
ATA
ERR
,
msg
=
'数据入库出错,错误位置为第【{}】行!请按照表格要求填写直辖市和行政区。'
.
format
(
i
))
return
jsonify
(
code
=
RET
.
D
B
ERR
,
msg
=
'数据入库出错,错误位置为第【{}】行!请按照表格要求填写直辖市和行政区。'
.
format
(
i
))
else
:
pass
if
int
(
data_type
)
==
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