修改店铺信息发送跟新mq
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user