Commit ecca42e1 by 墨竹

Merge branch 'master' into developer

parents ee628fdf 3ecdfe36
......@@ -71,7 +71,7 @@ public class CheckQywxSettingApiServiceImpl implements CheckQywxSettingApiServic
public void saveFriendCallback(String wxEnterpriseId, ExternalUserDTO externalUserDTO, MemberUnionidRelatedDTO dto) {
try {
if (null == externalUserDTO) {
messageAlert(wxEnterpriseId, dto, "新增外部联系人,企微回调缺少必须字段");
messageAlert(wxEnterpriseId, dto, "好友提醒");
return;
}
CheckFriendSettingDTO friendSetting = this.getFriendSetting();
......
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