Commit 69c3a5a6 by xugaojun

Merge branch 'bugfix_2022_03_28' into developer

parents c04d24e5 5599aad0
......@@ -130,10 +130,10 @@ public class MessageApiServiceImpl implements MessageApiService {
log.info("通讯录只处理自建应用回调 dto={}",JSON.toJSONString(param));
return;
}
//处理成员
dealQywxUser(dto);
//处理部门
dealQywxDepartment(dto);
//处理成员
dealQywxUser(dto);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment