无关风月
2025-04-22 0846753b50b65e8974b3860e6064c38be9c114a9
ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/mapper/EvaluateMapper.java
@@ -8,6 +8,7 @@
import com.ruoyi.order.vo.OrderEvaluateVO;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.web.bind.annotation.RequestParam;
import java.util.List;
@@ -39,7 +40,7 @@
     * @return 分页列表
     */
    Page<EvaluatePageVO> evaluateList(@Param("userId") Integer userId, Page<EvaluatePageVO> page);
    Page<EvaluatePageVO> evaluateList1(@Param("cityList")  List<String> cityList,@Param("userId") Integer userId, Page<EvaluatePageVO> page);
    Page<EvaluatePageVO> evaluateList1(@Param("cityList")  List<String> cityList, @Param("userId") Integer userId, @Param("siteIds") List<String> siteIds, Page<EvaluatePageVO> page);
    /**
     * 订单与评价列表