linwe
2023-11-10 6b14cf7b6b0b53cbfcdec105a9984fd5b1a6778a
src/main/java/org/springblade/modules/task/mapper/TaskHotelReportingMapper.java
@@ -18,7 +18,6 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import org.apache.ibatis.annotations.Param;
import org.springblade.modules.task.entity.TaskHotelReportingEntity;
import org.springblade.modules.task.vo.TaskHotelReportingVO;
@@ -39,7 +38,7 @@
    * @param taskHotelReporting
    * @return
    */
   List<TaskHotelReportingVO> selectTaskHotelReportingPage(IPage page, @Param("vo") TaskHotelReportingVO taskHotelReporting);
   List<TaskHotelReportingVO> selectTaskHotelReportingPage(IPage page,  TaskHotelReportingVO taskHotelReporting);
}