skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/patrol/mapper/PatrolTypeMapper.java
@@ -2,6 +2,7 @@ import cn.gistack.sm.patrol.entity.PatrolType; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Param; import java.util.List; @@ -10,5 +11,5 @@ */ public interface PatrolTypeMapper extends BaseMapper<PatrolType> { List<PatrolType> selectPatrolType(PatrolType patrolType); List<PatrolType> selectPatrolType(@Param("patrolType") PatrolType patrolType); }