功能需求优化
This commit is contained in:
parent
aad1c1e315
commit
6f3f7d9c32
|
|
@ -220,6 +220,9 @@ public class BmCompanyInfo implements Serializable {
|
|||
@ApiModelProperty(value = "状态(0待审核,1通过,2驳回)", required = true)
|
||||
private String status;
|
||||
|
||||
@ApiModelProperty(value = "是否显示")
|
||||
private Boolean isShow;
|
||||
|
||||
@Excel(name = "公司logo")
|
||||
@ApiModelProperty(value = "公司logo", required = true)
|
||||
private String logoUrl;
|
||||
|
|
|
|||
|
|
@ -578,6 +578,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
SELECT
|
||||
sd.dept_id as companyId,
|
||||
sd.dept_name as companyName,
|
||||
sd.is_show as isShow,
|
||||
b.operate_address as operateAddress
|
||||
FROM
|
||||
sys_dept sd
|
||||
|
|
|
|||
Loading…
Reference in New Issue