wl
2022-12-29 d40a69e7d455c12e32201330a9fbe22a7b6b4b5d
ycl-platform/src/main/resources/mapper/caseHandler/ViolationsMapper.xml
@@ -3,7 +3,7 @@
<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" />
@@ -17,7 +17,7 @@
        <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" />