<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.yiboshi.science.dao.ComEvaluationStandardDAO"> <select id="getListByPage" resultType="com.yiboshi.science.param.dto.ComEvaluationStandardDTO"> SELECT c.id,c.name,c.batch_id as batchId,c.group_id as groupId,c.remark,c.created,c.updated FROM com_evaluation_standard c <where> ${ew.sqlSegment} </where> </select> </mapper>