Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DA-Platform
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
文档服务地址:
http://47.92.0.57:3000/
周报索引地址:
http://47.92.0.57:3000/s/NruNXRYmV
Open sidebar
Berlin
DA-Platform
Commits
2163a879
Commit
2163a879
authored
Jun 07, 2020
by
李景熙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改slice
parent
7d8be8cd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
Slice.py
DAPlatform/Dao/Slice.py
+7
-1
~$功能组_接口文档.docx
文档/~$功能组_接口文档.docx
+0
-0
No files found.
DAPlatform/Dao/Slice.py
View file @
2163a879
...
...
@@ -89,11 +89,17 @@ def find_slice_by_task(task_id):
index
=
0
list
=
[]
while
index
<
len
(
find
):
if
find
[
index
]
.
type
==
0
:
t
=
"文本"
elif
find
[
index
]
.
type
==
1
:
t
=
"图像"
else
:
t
=
"图层"
list
.
append
(
{
'id'
:
find
[
index
]
.
slice_id
,
'fileNum'
:
find
[
index
]
.
document_number
,
'type'
:
find
[
index
]
.
type
,
'type'
:
t
,
'template'
:
find
[
index
]
.
model_id
}
)
...
...
文档/~$功能组_接口文档.docx
deleted
100644 → 0
View file @
7d8be8cd
File deleted
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