ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/mapper/EvaluateMapper.java
@@ -9,6 +9,8 @@ import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import java.util.List; /** * <p> * 用户评价表 Mapper 接口 @@ -37,6 +39,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); /** * 订单与评价列表