管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-25 ec17edbc0d74fc08dadbe723278ff8f07841dc30
src/main/java/com/lf/server/mapper/show/OneMapMapper.java
@@ -1,6 +1,7 @@
package com.lf.server.mapper.show;
import com.lf.server.entity.bs.MpipelineEntity;
import com.lf.server.entity.show.OneMapEntity;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
@@ -87,6 +88,7 @@
    /**
     * 统计项目参观
     *
     * @param mpipelineEntity mpipeline实体
     * @return {@link List}<{@link String}>
     */
    public List<String> countProjectTour(MpipelineEntity mpipelineEntity);
@@ -103,7 +105,15 @@
     *
     * @return {@link List}<{@link String}>
     */
    public List<String> selectProjectType1();
    public List<OneMapEntity> selectProjectType1();
    /**
     * 选择项目类型
     *
     * @param endSql 最终sql
     * @return {@link List}<{@link OneMapEntity}>
     */
    public List<OneMapEntity> selectProjectTypeOne(@Param("endSql") String endSql);
    /**
     * 查询表信息