Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
chnmuseum-party
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liqin
chnmuseum-party
Commits
9f72b5f4
Commit
9f72b5f4
authored
Apr 13, 2021
by
wzp
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
cd8c3e22
eb8846ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
LearningContent.java
...a/cn/wisenergy/chnmuseum/party/model/LearningContent.java
+1
-1
ExhibitionBoardCatController.java
...um/party/web/controller/ExhibitionBoardCatController.java
+7
-0
No files found.
src/main/java/cn/wisenergy/chnmuseum/party/model/LearningContent.java
View file @
9f72b5f4
...
...
@@ -66,7 +66,7 @@ public class LearningContent implements Serializable {
private
String
learningProjectId
;
@ApiModelProperty
(
"创建者"
)
@TableField
(
"creator_name"
)
@TableField
(
value
=
"creator_name"
,
fill
=
FieldFill
.
INSERT
)
private
String
creatorName
;
@ApiModelProperty
(
"审核状态"
)
...
...
src/main/java/cn/wisenergy/chnmuseum/party/web/controller/ExhibitionBoardCatController.java
View file @
9f72b5f4
...
...
@@ -117,6 +117,13 @@ public class ExhibitionBoardCatController extends BaseController {
//todo 删除中间关联表
return
getSuccessResult
();
}
...
...
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