添加店铺发送加入群聊消息

This commit is contained in:
张松
2025-12-05 13:36:06 +08:00
parent 975989f6cd
commit caa348be21

View File

@@ -206,6 +206,8 @@ public class ShopInfoServiceImpl extends ServiceImpl<ShopInfoMapper, ShopInfo> i
pointsBasicSettingService.initInfo(shopInfo.getId());
updateById(shopInfo);
syncSaveConfig(shopInfo, shopInfoAddDTO);
rabbitPublisher.sendOrderDetailStatusMsg(shopInfo.getId().toString(), "add_shop");
return true;
}