Commit a2812c99 by dong

fix20230113

parent 417f12f9
......@@ -434,7 +434,7 @@ def upload_project_data2():
if success_num > 0:
return jsonify(code=RET.OK,
msg='上传成功!数据上传 {} 条数据'.format(success_num))
msg='上传成功!数据上传 {} 条数据,{}已存在同名项目未上传。'.format(success_num, rep_project_name_list))
else:
return jsonify(code=RET.DATAERR, msg='无新数据上传。')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment