修改支付
This commit is contained in:
@@ -23,4 +23,7 @@ public interface TbShopUserMapper {
|
||||
int updateByPrimaryKey(TbShopUser record);
|
||||
|
||||
List<TbShopUser> selectByShopId(@Param("shopId") String shopId,@Param("phone") String phone);
|
||||
|
||||
|
||||
TbShopUser selectByUserIdAndShopId(@Param("userId") String userId,@Param("shopId") String shopId);
|
||||
}
|
||||
Reference in New Issue
Block a user