Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
T
tanpu-community
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
探普后端
tanpu-community
Commits
f93da906
Commit
f93da906
authored
3 years ago
by
刘基明
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图片审核添加待审核类型
parent
abba8913
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
14 deletions
+1
-14
FileRecordEntity.java
...anpu/community/dao/entity/community/FileRecordEntity.java
+1
-13
FileRecordEntityMapper.xml
...ain/resources/mapper/community/FileRecordEntityMapper.xml
+0
-1
No files found.
community-service/src/main/java/com/tanpu/community/dao/entity/community/FileRecordEntity.java
View file @
f93da906
...
...
@@ -56,12 +56,9 @@ public class FileRecordEntity implements Serializable {
private
String
extInfo
;
@ApiModelProperty
(
value
=
"审核状态 0:初试化 1:通过 2:不通过"
)
@ApiModelProperty
(
value
=
"审核状态 0:初试化 1:通过 2:不通过
3:需要人工再审
"
)
private
Integer
checkStatus
;
@ApiModelProperty
(
value
=
"阿里云校验任务id(用于同步查询结果)"
)
private
String
checkTaskId
;
@ApiModelProperty
(
value
=
"审核结果记录"
)
private
String
checkResultLog
;
...
...
@@ -156,14 +153,6 @@ public class FileRecordEntity implements Serializable {
this
.
checkStatus
=
checkStatus
;
}
public
String
getCheckTaskId
()
{
return
checkTaskId
;
}
public
void
setCheckTaskId
(
String
checkTaskId
)
{
this
.
checkTaskId
=
checkTaskId
;
}
public
String
getCheckResultLog
()
{
return
checkResultLog
;
}
...
...
@@ -186,7 +175,6 @@ public class FileRecordEntity implements Serializable {
", deleteTag="
+
deleteTag
+
", extInfo="
+
extInfo
+
", checkStatus="
+
checkStatus
+
", checkTaskId="
+
checkTaskId
+
", checkResultLog="
+
checkResultLog
+
"}"
;
}
...
...
This diff is collapsed.
Click to expand it.
community-service/src/main/resources/mapper/community/FileRecordEntityMapper.xml
View file @
f93da906
...
...
@@ -15,7 +15,6 @@
<result
column=
"delete_tag"
property=
"deleteTag"
/>
<result
column=
"ext_info"
property=
"extInfo"
/>
<result
column=
"check_status"
property=
"checkStatus"
/>
<result
column=
"check_task_id"
property=
"checkTaskId"
/>
<result
column=
"check_result_log"
property=
"checkResultLog"
/>
</resultMap>
...
...
This diff is collapsed.
Click to expand it.
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