File was renamed from ycl-common/src/main/resources/mapper/platform/zf/EnforcelawReportMapper.xml |
| | |
| | | <?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.ycl.mapper.platform.zf.EnforcelawReportMapper"> |
| | | <mapper namespace="com.ycl.mapper.zf.EnforcelawReportMapper"> |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="BaseResultMap" type="com.ycl.entity.platform.zf.EnforcelawReport"> |
| | | <resultMap id="BaseResultMap" type="com.ycl.entity.zf.EnforceLawReport"> |
| | | <id column="id" property="id" /> |
| | | <result column="infoResoure" property="infoResoure" /> |
| | | <result column="acceptor" property="acceptor" /> |
| | |
| | | <result column="category" property="category" /> |
| | | <result column="county" property="county" /> |
| | | <result column="street" property="street" /> |
| | | <result column="afAddr" property="afAddr" /> |
| | | <result column="address" property="address" /> |
| | | <result column="informer" property="informer" /> |
| | | <result column="contact" property="contact" /> |
| | | <result column="reason" property="reason" /> |
| | |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <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, status, cTime, community |
| | | id, infoResoure, acceptor, problemTypes, category, county, street, address, informer, contact, reason, problemDesc, lawOfficer, partiesName, partiesID, partiesPhone, idPositiveImage, idNegativeImage, illegalBuildLocation, illegalBuildLength, illegalBuildWidth, illegalBuildHigh, illegalBuildMaterials, IllegalPhotos, rectifidPhotos, accessory, disposeRemark, inspectors, status, cTime, community |
| | | </sql> |
| | | |
| | | <select id="selectPageVo" resultType="com.ycl.entity.platform.zf.EnforcelawReport"> |
| | | <select id="selectPageVo" resultType="com.ycl.entity.zf.EnforceLawReport"> |
| | | SELECT * FROM ums_enforcelaw_report |
| | | <where> |
| | | <if test="community!=null and community!=''" > |