linwe
2024-06-21 02ee149247ca123ff4df76d439fa93d7ae764f1f
src/main/java/org/springblade/modules/eCallEventTwo/mapper/EcCallEventTwoMapper.java
@@ -16,11 +16,13 @@
 */
package org.springblade.modules.eCallEventTwo.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import org.apache.ibatis.annotations.Param;
import org.springblade.modules.eCallEventTwo.dto.ECallEventTwoDTO;
import org.springblade.modules.eCallEventTwo.entity.ECallEventTwoEntity;
import org.springblade.modules.eCallEventTwo.vo.ECallEventTwoVO;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import java.util.List;
/**
@@ -38,7 +40,11 @@
    * @param eCallEventTwo
    * @return
    */
   List<ECallEventTwoVO> selectECallEventTwoPage(IPage page, ECallEventTwoVO eCallEventTwo);
   List<ECallEventTwoVO> selectECallEventTwoPage(IPage page,
                                      @Param("eCallEventTwo") ECallEventTwoVO eCallEventTwo,
                                      @Param("gridCodeList") List<String> gridCodeList,
                                      @Param("regionChildCodesList") List<String> regionChildCodesList,
                                      @Param("isAdministrator") Integer isAdministrator);