手机号同步

This commit is contained in:
2024-05-30 11:45:05 +08:00
parent 2e1755404e
commit 00710c3ee8
5 changed files with 13 additions and 8 deletions

View File

@@ -27,6 +27,7 @@ public interface TbShopUserMapper {
TbShopUser selectByUserIdAndShopId(@Param("userId") String userId,@Param("shopId") String shopId);
List<TbShopUser> selectAllByUserId(@Param("userId") String userId);
List<Map<String,Object>> selectByUserId(@Param("userId") String userId,@Param("shopId") String shopId);