消息订阅
This commit is contained in:
parent
11abb773d7
commit
4aa5574c6e
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue