消息订阅
This commit is contained in:
@@ -51,6 +51,7 @@ public class ShopMsgPushController {
|
|||||||
entity.setOpenId(wxMsgSubDTO.getOpenId());
|
entity.setOpenId(wxMsgSubDTO.getOpenId());
|
||||||
entity.setNickname(wxMsgSubDTO.getNickname());
|
entity.setNickname(wxMsgSubDTO.getNickname());
|
||||||
entity.setAvatar(wxMsgSubDTO.getAvatar());
|
entity.setAvatar(wxMsgSubDTO.getAvatar());
|
||||||
|
entity.setStatus(1);
|
||||||
if (entity.getId() == null) {
|
if (entity.getId() == null) {
|
||||||
shopPushOpenIdService.save(entity);
|
shopPushOpenIdService.save(entity);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user