查询省市
会员关联 桌码绑定新的 旧的清除
This commit is contained in:
@@ -24,6 +24,7 @@ public interface TbShopTableMapper {
|
||||
|
||||
String queryShopIdByTableCode(String code);
|
||||
|
||||
int upDateQrcodeNull(String code);
|
||||
int updateByPrimaryKeySelective(TbShopTable record);
|
||||
|
||||
int updateByPrimaryKey(TbShopTable record);
|
||||
|
||||
@@ -27,6 +27,7 @@ public interface TbShopUserMapper {
|
||||
|
||||
|
||||
TbShopUser selectByUserIdAndShopId(@Param("userId") String userId,@Param("shopId") String shopId);
|
||||
TbShopUser selectByPhoneAndShopId(@Param("phone") String phone,@Param("shopId") String shopId);
|
||||
List<TbShopUser> selectAllByUserId(@Param("userId") String userId);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user