修改bug

This commit is contained in:
yangjun 2026-01-29 13:54:33 +08:00
parent 96383804dc
commit dc5ce80bea
2 changed files with 6 additions and 2 deletions

View File

@ -68,4 +68,8 @@ public class IssueInfo implements Serializable {
@Excel(name = "发版内容", width = 15)
@ApiModelProperty(value = "发版内容")
private String content;
/**发版机构*/
@Excel(name = "发版机构", width = 15)
@ApiModelProperty(value = "发版机构")
private String orgName;
}

View File

@ -250,9 +250,9 @@ jeecg:
#服务指令上传目录
directivepath: /opt/upFiles/directive
#文件上传根目录 设置
upload: /opt/devops/upFiles
upload: /opt/ope
#webapp文件路径
webapp: /opt/devops/webapp
webapp: /opt/ope/webapp
shiro:
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/bigscreen/category/**,/bigscreen/visual/**,/bigscreen/map/**,/jmreport/bigscreen2/**
#阿里云oss存储和大鱼短信秘钥配置