dubblo报错修复
This commit is contained in:
@@ -46,10 +46,12 @@ public class ShopUserServiceImpl extends ServiceImpl<ShopUserMapper, ShopUser> i
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean updateById(ShopUser entity) {
|
||||
return super.updateById(entity);
|
||||
public boolean updateInfo(ShopUser shopUser) {
|
||||
return super.updateById(shopUser);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public ShopUser getShopUserInfo(Long shopId, long userId) {
|
||||
Long mainShopId = shopInfoService.getMainIdByShopId(shopId);
|
||||
|
||||
Reference in New Issue
Block a user