bug
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ public class SarFileCompareInfoController extends JeroController<SarFileCompareI
|
||||
}
|
||||
}
|
||||
String nameNoByUsername = sysUserService.getNameNoByUsername(info.getCreateBy());
|
||||
info.setCreateBy(nameNoByUsername);
|
||||
info.setCreateNameNo(nameNoByUsername);
|
||||
}
|
||||
|
||||
private String getFileTypeText(String fileType, String cut) {
|
||||
|
||||
@@ -5,6 +5,7 @@ import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.jero.common.aspect.annotation.Dict;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -120,6 +121,7 @@ public class SarFileCompareInfo implements Serializable {
|
||||
private String fileNameRight;
|
||||
|
||||
/**发布状态*/
|
||||
@Dict(dicCode = "release_state")
|
||||
@Excel(name = "发布状态", width = 15)
|
||||
@ApiModelProperty(value = "发布状态")
|
||||
private String releaseState;
|
||||
@@ -152,4 +154,8 @@ public class SarFileCompareInfo implements Serializable {
|
||||
@ApiModelProperty(value = "标准来源2")
|
||||
private String standardSourceRight;
|
||||
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "创建人")
|
||||
private String createNameNo;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user