消息订阅

This commit is contained in:
Tankaikai 2025-03-17 14:37:34 +08:00
parent 11abb773d7
commit 4aa5574c6e
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ public class ShopMsgPushController {
entity.setOpenId(wxMsgSubDTO.getOpenId());
entity.setNickname(wxMsgSubDTO.getNickname());
entity.setAvatar(wxMsgSubDTO.getAvatar());
entity.setStatus(1);
if (entity.getId() == null) {
shopPushOpenIdService.save(entity);
} else {