提交 29ee7f3d 作者: 张小凤

Cooper(add)

上级 67722870
......@@ -277,6 +277,7 @@ public class CooperationServiceImpl implements CooperationService {
CompanyInfoDO companyInfoDO = companyDao.getAppCompanyInfoUId(userApplyTag.getUserAccountId());
CompanyInfoDO companyInfoDO1 = new CompanyInfoDO(applyTagEditVO);
companyInfoDO1.setId(companyInfoDO.getId());
companyInfoDO1.setBrandLogo(applyTagEditVO.getBrandLogo());
companyDao.updateCompanyInfo(companyInfoDO1);
return ResultBody.success();
}
......
......@@ -278,4 +278,4 @@
company_member cm
where company_info_id = #{companyInfoId} and is_leader = 1
</select>
</mapper>
\ No newline at end of file
</mapper>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论