| | |
| | | <result column="create_by" property="createBy" /> |
| | | <result column="create_time" property="createTime" /> |
| | | <result column="is_delete" property="isDelete" /> |
| | | <result column="content" property="content" /> |
| | | </resultMap> |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <sql id="Base_Column_List"> |
| | | id, region_id, committee_sort, technical_id, major_id, level, information_name, information_price, information_cover, fake_downland_num, downland_num, create_by, create_time, is_delete |
| | | id, region_id, committee_sort, technical_id, major_id, `level`, information_name, information_price, |
| | | information_cover, fake_downland_num, downland_num, create_by, create_time, is_delete,content |
| | | </sql> |
| | | |
| | | </mapper> |