添加店铺发送加入群聊消息
This commit is contained in:
@@ -206,6 +206,8 @@ public class ShopInfoServiceImpl extends ServiceImpl<ShopInfoMapper, ShopInfo> i
|
|||||||
pointsBasicSettingService.initInfo(shopInfo.getId());
|
pointsBasicSettingService.initInfo(shopInfo.getId());
|
||||||
updateById(shopInfo);
|
updateById(shopInfo);
|
||||||
syncSaveConfig(shopInfo, shopInfoAddDTO);
|
syncSaveConfig(shopInfo, shopInfoAddDTO);
|
||||||
|
|
||||||
|
rabbitPublisher.sendOrderDetailStatusMsg(shopInfo.getId().toString(), "add_shop");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user