From cabda12d788eeb6e056113ac8352dfaf972490d9 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期一, 20 十月 2025 17:10:44 +0800
Subject: [PATCH] bug修改,后台新增预约记录,玩湃惠民卡修改二维码参数规则,启动游戏取消校验是否订场校验
---
cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java b/cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java
index 5913529..b09eb87 100644
--- a/cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java
+++ b/cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java
@@ -26,6 +26,7 @@
/**
* 获取省数据
+ *
* @return
*/
List<ProvinceAndCityVo> queryProvince();
@@ -33,6 +34,7 @@
/**
* 获取市数据
+ *
* @param pcode
* @return
*/
@@ -41,6 +43,7 @@
/**
* 根据城市code获取城市列表
+ *
* @param cityCode
* @return
*/
@@ -48,12 +51,15 @@
/**
* 根据城市管理员id获取门店集合
+ *
* @param id
* @return
*/
List<Store> getStoreByCityManagerId(@Param("id") Integer id);
+
/**
* 根据门店员工id获取门店集合
+ *
* @param id
* @return
*/
--
Gitblit v1.7.1