提交 729c757b 作者: zhenjie

修改单位信息

上级 0a4dd9bd
......@@ -71,5 +71,7 @@ public class CompanyInfoDO implements Serializable {
this.userAccountId = companyInfo.getUserAccountId();
this.brandName = companyInfo.getBrandName();
this.brandLogo = companyInfo.getBrandLogo();
this.lon = companyInfo.getLon();
this.lat = companyInfo.getLat();
}
}
......@@ -49,6 +49,12 @@
<if test="address != null">
address = #{address},
</if>
<if test="lon != null">
lon = #{lon},
</if>
<if test="lat != null">
lat = #{lat},
</if>
<if test="companyUserName != null">
company_user_name = #{companyUserName},
</if>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论