Commit b12b189a by fudahua

素材列表fix

parent d03323e7
......@@ -71,6 +71,9 @@ public class CheckQywxSettingApiServiceImpl implements CheckQywxSettingApiServic
return;
}
CheckFriendSettingDTO friendSetting = this.getFriendSetting();
if (!wxEnterpriseId.equals(friendSetting.getWxEnterpriseId())) {
return;
}
if (!friendSetting.getName().equals(externalUserDTO.getName())) {
return;
}
......
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