| | |
| | | <mapper namespace="com.ycl.mapper.caseHandler.ViolationsMapper"> |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="BaseResultMap" type="com.ycl.entity.caseHandler.ViolationsVO"> |
| | | <resultMap id="BaseResultMap" type="com.ycl.vo.casePool.ViolationsVO"> |
| | | <id column="id" property="id" /> |
| | | <result column="category_id" property="categoryId" /> |
| | | <result column="type_id" property="typeId" /> |
| | |
| | | <result column="informant_phone_code" property="informantPhoneCode" /> |
| | | <result column="informant_id_card" property="informantIdCard" /> |
| | | </resultMap> |
| | | <resultMap type="com.ycl.entity.caseHandler.Violations" id="CondMapResultMap" extends="BaseResultMap"> |
| | | <resultMap type="com.ycl.vo.casePool.ViolationsVO" id="CondMapResultMap" extends="BaseResultMap"> |
| | | <result column="category_text" property="categoryText" /> |
| | | <result column="type_text" property="typeText" /> |
| | | <result column="grade_text" property="gradeText" /> |