dubblo报错修复

This commit is contained in:
张松
2025-09-28 19:30:29 +08:00
parent 0846ae21e7
commit f7bc38994a
3 changed files with 7 additions and 5 deletions

View File

@@ -24,6 +24,6 @@ public interface ShopUserService extends IService<ShopUser> {
ShopUser getShopUserInfo(Long shopId, long userId);
@Override
boolean updateById(ShopUser entity);
boolean updateInfo(ShopUser shopUser);
}