Commit 6a449f33 authored by liqin's avatar liqin 💬

bug fixed

parent a5ddfc3e
...@@ -66,7 +66,7 @@ public class LearningContent implements Serializable { ...@@ -66,7 +66,7 @@ public class LearningContent implements Serializable {
private String learningProjectId; private String learningProjectId;
@ApiModelProperty("创建者") @ApiModelProperty("创建者")
@TableField("creator_name") @TableField(value = "creator_name", fill = FieldFill.INSERT)
private String creatorName; private String creatorName;
@ApiModelProperty("审核状态") @ApiModelProperty("审核状态")
......
...@@ -117,6 +117,13 @@ public class ExhibitionBoardCatController extends BaseController { ...@@ -117,6 +117,13 @@ public class ExhibitionBoardCatController extends BaseController {
//todo 删除中间关联表 //todo 删除中间关联表
return getSuccessResult(); 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