From 1d9f7b0cf4251f3058badb07dd7a2bc06b6bc09a Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期五, 11 四月 2025 10:05:32 +0800
Subject: [PATCH] bug修改

---
 cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java b/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java
index 35db539..76de886 100644
--- a/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java
+++ b/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java
@@ -2,6 +2,7 @@
 
 import com.baomidou.mybatisplus.extension.service.IService;
 import com.dsh.other.entity.Site;
+import com.dsh.other.feignclient.model.SiteChangeStateVO;
 import com.dsh.other.model.*;
 import com.dsh.other.util.ResultUtil;
 
@@ -17,6 +18,7 @@
 
     /**
      * 获取场地列表
+     *
      * @param querySiteList
      * @return
      * @throws Exception
@@ -26,6 +28,7 @@
 
     /**
      * 获取场地详情
+     *
      * @param id
      * @return
      * @throws Exception
@@ -35,16 +38,18 @@
 
     /**
      * 获取场地预约日期数据
+     *
      * @param id
      * @param day
      * @return
      * @throws Exception
      */
-    List<QuerySiteTimes> querySiteTimes(Integer id, String day) throws Exception;
+    List<QuerySiteTimes> querySiteTimes(Integer id, String day, String halfName, String siteName) throws Exception;
 
 
     /**
      * 预约场地
+     *
      * @param reservationSite
      * @return
      * @throws Exception
@@ -54,6 +59,7 @@
 
     /**
      * 获取我的预约场地列表
+     *
      * @param status
      * @param pageNo
      * @param pageSize
@@ -65,6 +71,7 @@
 
     /**
      * 取消我的预约场地
+     *
      * @param id
      * @return
      * @throws Exception
@@ -74,6 +81,7 @@
 
     /**
      * 继续支付我预约的场地
+     *
      * @param id
      * @param payType
      * @return
@@ -84,9 +92,16 @@
 
     /**
      * 获取继续支付金额
+     *
      * @param id
      * @return
      * @throws Exception
      */
     ResultUtil<Map<String, Double>> queryContinuePaymentMySitePrice(Integer id) throws Exception;
+
+    Object changeState(SiteChangeStateVO vo);
+
+    String getSMIDByOperatorId(Integer id);
+    String getmerchantNumberByOperatorId(Integer id);
+
 }

--
Gitblit v1.7.1