| | |
| | | <!DOCTYPE mapper |
| | | PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
| | | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.lf.server.mapper.show.OneMapMapper"> |
| | | <mapper namespace="com.moon.server.mapper.show.OneMapMapper"> |
| | | |
| | | <resultMap type="com.lf.server.entity.show.OneMapEntity" id="OneMapResult"> |
| | | <resultMap type="com.moon.server.entity.show.OneMapEntity" id="OneMapResult"> |
| | | <result property="value" column="value" /> |
| | | <result property="key" column="key" /> |
| | | </resultMap> |
| | |
| | | </select> |
| | | |
| | | <!-- 统计项目类型 2 --> |
| | | <select id="selectProjectTypeOne" resultType="com.lf.server.entity.show.OneMapEntity"> |
| | | <select id="selectProjectTypeOne" resultType="com.moon.server.entity.show.OneMapEntity"> |
| | | select * from lf.sys_meta ${endSql} |
| | | </select> |
| | | |
| | | <!-- 统计项目类型 2 --> |
| | | <select id="selectProjectType2" resultType="com.lf.server.entity.show.OneMapEntity"> |
| | | <select id="selectProjectType2" resultType="com.moon.server.entity.show.OneMapEntity"> |
| | | select modular1,count(*) from lf.sys_operate group by modular1 order by modular1; |
| | | </select> |
| | | |