提交 2777352d 编写于 作者: 孙喜旺

编辑成员信息出错修复

上级 5a59f4ee
......@@ -133,7 +133,7 @@ public class WeUserServiceImpl extends ServiceImpl<WeUserMapper,WeUser> implemen
public void updateWeUser(WeUser weUser)
{
if(this.updateById(weUser)){
if(this.updateWeUserNoToWeCom(weUser) > 0){
weUserClient.updateUser(
weUser.transformWeUserDto()
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册