修改支付

This commit is contained in:
韩鹏辉
2024-05-20 17:44:19 +08:00
parent cd913643a5
commit c5e337bef3
4 changed files with 36 additions and 3 deletions

View File

@@ -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);
}