From 41bf6384e3928f1490bf28b03b11ff6199d238df Mon Sep 17 00:00:00 2001 From: liyanqi <15181887205@163.com> Date: 星期四, 15 九月 2022 18:48:03 +0800 Subject: [PATCH] 字典模块 --- ycl-common/src/main/resources/mapper/platform/zfreport/EnforcelawReportMapper.xml | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ycl-common/src/main/resources/mapper/platform/zfreport/EnforcelawReportMapper.xml b/ycl-common/src/main/resources/mapper/platform/zfreport/EnforcelawReportMapper.xml index 64344ef..2f7a4f1 100644 --- a/ycl-common/src/main/resources/mapper/platform/zfreport/EnforcelawReportMapper.xml +++ b/ycl-common/src/main/resources/mapper/platform/zfreport/EnforcelawReportMapper.xml @@ -5,17 +5,17 @@ <!-- 閫氱敤鏌ヨ鏄犲皠缁撴灉 --> <resultMap id="BaseResultMap" type="com.ycl.entity.platform.zfreport.EnforcelawReport"> <id column="id" property="id" /> - <result column="inforesoure" property="inforesoure" /> + <result column="infoResoure" property="infoResoure" /> <result column="acceptor" property="acceptor" /> - <result column="problemtypes" property="problemtypes" /> + <result column="problemTypes" property="problemTypes" /> <result column="category" property="category" /> <result column="county" property="county" /> <result column="street" property="street" /> - <result column="afaddr" property="afaddr" /> + <result column="afAddr" property="afAddr" /> <result column="informer" property="informer" /> <result column="contact" property="contact" /> <result column="reason" property="reason" /> - <result column="problemdesc" property="problemdesc" /> + <result column="problemDesc" property="problemDesc" /> <result column="lawOfficer" property="lawOfficer" /> <result column="partiesName" property="partiesName" /> <result column="partiesID" property="partiesID" /> @@ -27,16 +27,19 @@ <result column="illegalBuildWidth" property="illegalBuildWidth" /> <result column="illegalBuildHigh" property="illegalBuildHigh" /> <result column="illegalBuildMaterials" property="illegalBuildMaterials" /> - <result column="IllegalPhotos" property="IllegalPhotos" /> + <result column="illegalPhotos" property="illegalPhotos" /> <result column="rectifidPhotos" property="rectifidPhotos" /> <result column="accessory" property="accessory" /> <result column="disposeRemark" property="disposeRemark" /> <result column="inspectors" property="inspectors" /> + <result column="status" property="status" /> + <result column="cTime" property="cTime" /> + <result column="community" property="community" /> </resultMap> <!-- 閫氱敤鏌ヨ缁撴灉鍒� --> <sql id="Base_Column_List"> - id, inforesoure, acceptor, problemtypes, category, county, street, afaddr, informer, contact, reason, problemdesc, lawOfficer, partiesName, partiesID, partiesPhone, idPositiveImage, idNegativeImage, illegalBuildLocation, illegalBuildLength, illegalBuildWidth, illegalBuildHigh, illegalBuildMaterials, IllegalPhotos, rectifidPhotos, accessory, disposeRemark, inspectors + id, infoResoure, acceptor, problemTypes, category, county, street, afAddr, informer, contact, reason, problemDesc, lawOfficer, partiesName, partiesID, partiesPhone, idPositiveImage, idNegativeImage, illegalBuildLocation, illegalBuildLength, illegalBuildWidth, illegalBuildHigh, illegalBuildMaterials, IllegalPhotos, rectifidPhotos, accessory, disposeRemark, inspectors, status, cTime, community </sql> </mapper> -- Gitblit v1.8.0