Commit 9f72b5f4 authored by wzp's avatar wzp

Merge remote-tracking branch 'origin/master'

parents cd8c3e22 eb8846ae
......@@ -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("审核状态")
......
......@@ -117,6 +117,13 @@ public class ExhibitionBoardCatController extends BaseController {
//todo 删除中间关联表
return getSuccessResult();
}
......
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