修改店铺信息发送跟新mq

This commit is contained in:
张松
2025-12-02 15:17:32 +08:00
parent d05f1f1caf
commit 2c2b3765ad
3 changed files with 11 additions and 6 deletions

View File

@@ -316,10 +316,10 @@ public class ShopInfoServiceImpl extends ServiceImpl<ShopInfoMapper, ShopInfo> i
if (flag) {
sysUserService.updateById(sysUser);
}
rabbitPublisher.sendOrderDetailStatusMsg(shopInfo.getId().toString(), "shopInfoUpdate");
return true;
}
rabbitPublisher.sendOrderDetailStatusMsg(shopInfo.getId().toString());
return false;
}