后台新增企业上传视频

上级 c917b008
流水线 #8596 已通过 于阶段
in 2 分 30 秒
...@@ -81,4 +81,7 @@ public class CompanyInfoVO implements Serializable { ...@@ -81,4 +81,7 @@ public class CompanyInfoVO implements Serializable {
@ApiModelProperty(value = "后台账号id") @ApiModelProperty(value = "后台账号id")
private Integer backUserId; private Integer backUserId;
@ApiModelProperty(value = "后台账号名称")
private String profileUrl;
} }
...@@ -98,5 +98,4 @@ public class BackUserAccountController extends BaseController { ...@@ -98,5 +98,4 @@ public class BackUserAccountController extends BaseController {
return backUserAccountService.getMessage(); return backUserAccountService.getMessage();
} }
} }
...@@ -76,6 +76,7 @@ public class CompanyInfoDO implements Serializable { ...@@ -76,6 +76,7 @@ public class CompanyInfoDO implements Serializable {
.score(this.getScore()) .score(this.getScore())
.backImg(this.backImg) .backImg(this.backImg)
.distance(this.distance) .distance(this.distance)
.profileUrl(this.profileUrl)
.build(); .build();
} }
......
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
<select id="getCompanyInfoById" resultType="com.mmc.iuav.user.entity.CompanyInfoDO"> <select id="getCompanyInfoById" resultType="com.mmc.iuav.user.entity.CompanyInfoDO">
select id, company_type, company_name, full_name, province, city, district, address, company_user_name, select id, company_type, company_name, full_name, province, city, district, address, company_user_name,
phone_num, remark, create_time, lon, lat, credit_code, license_img, brand_name, brand_logo,content, score, back_img phone_num, remark, create_time, lon, lat, credit_code, license_img, brand_name, brand_logo,content, score, back_img,profile_url
from company_info from company_info
where id = #{id} and is_deleted = 0 where id = #{id} and is_deleted = 0
</select> </select>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论