mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 03:25:06 +08:00
📖 CRM:code review CRM 客户逻辑
This commit is contained in:
@ -74,6 +74,7 @@ public class MpMessageServiceImpl implements MpMessageService {
|
||||
Assert.notNull(account, "公众号账号({}) 不存在", appId);
|
||||
|
||||
// 订阅事件不记录,因为此时公众号粉丝表中还没有此粉丝的数据
|
||||
// TODO @芋艿:这个修复,后续看看还有啥问题
|
||||
if (ObjUtil.equal(wxMessage.getEvent(), WxConsts.EventType.SUBSCRIBE)) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user