From cc7f335315c8439a6341c999fdffde0c772394af Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期六, 24 六月 2023 11:05:43 +0800 Subject: [PATCH] bug修改 --- ycl-platform/src/main/resources/mapper/caseHandler/ViolationsMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ycl-platform/src/main/resources/mapper/caseHandler/ViolationsMapper.xml b/ycl-platform/src/main/resources/mapper/caseHandler/ViolationsMapper.xml index 0a9ef41..bb876fa 100644 --- a/ycl-platform/src/main/resources/mapper/caseHandler/ViolationsMapper.xml +++ b/ycl-platform/src/main/resources/mapper/caseHandler/ViolationsMapper.xml @@ -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" /> -- Gitblit v1.8.0