修改bug
This commit is contained in:
parent
96383804dc
commit
dc5ce80bea
|
|
@ -68,4 +68,8 @@ public class IssueInfo implements Serializable {
|
||||||
@Excel(name = "发版内容", width = 15)
|
@Excel(name = "发版内容", width = 15)
|
||||||
@ApiModelProperty(value = "发版内容")
|
@ApiModelProperty(value = "发版内容")
|
||||||
private String content;
|
private String content;
|
||||||
|
/**发版机构*/
|
||||||
|
@Excel(name = "发版机构", width = 15)
|
||||||
|
@ApiModelProperty(value = "发版机构")
|
||||||
|
private String orgName;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -250,9 +250,9 @@ jeecg:
|
||||||
#服务指令上传目录
|
#服务指令上传目录
|
||||||
directivepath: /opt/upFiles/directive
|
directivepath: /opt/upFiles/directive
|
||||||
#文件上传根目录 设置
|
#文件上传根目录 设置
|
||||||
upload: /opt/devops/upFiles
|
upload: /opt/ope
|
||||||
#webapp文件路径
|
#webapp文件路径
|
||||||
webapp: /opt/devops/webapp
|
webapp: /opt/ope/webapp
|
||||||
shiro:
|
shiro:
|
||||||
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/bigscreen/category/**,/bigscreen/visual/**,/bigscreen/map/**,/jmreport/bigscreen2/**
|
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/bigscreen/category/**,/bigscreen/visual/**,/bigscreen/map/**,/jmreport/bigscreen2/**
|
||||||
#阿里云oss存储和大鱼短信秘钥配置
|
#阿里云oss存储和大鱼短信秘钥配置
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue