修改图片上传报错,日志不显示操作人

This commit is contained in:
xuwenbo
2020-05-18 16:05:45 +08:00
parent 477db01586
commit 3022c67de7
3 changed files with 7 additions and 4 deletions

View File

@ -24,7 +24,7 @@ import java.io.Serializable;
public class YxMaterial implements Serializable {
/** PK */
@TableId
@TableId(type = IdType.UUID)
private String id;
/** 逻辑删除标记0显示1隐藏 */