| | |
| | | <result column="is_deleted" property="isDeleted"/> |
| | | </resultMap> |
| | | |
| | | <resultMap id="gdFlyerVOResultMap" type="org.sxkj.gd.flyer.vo.GdFlyerVO"> |
| | | <result column="id" property="id"/> |
| | | <result column="flyer_name" property="flyerName"/> |
| | | <result column="flyer_phone" property="flyerPhone"/> |
| | | <result column="flight_hours" property="flightHours"/> |
| | | <result column="project_experience" property="projectExperience"/> |
| | | <result column="technical_strength" property="technicalStrength"/> |
| | | <result column="skilled_uav_type" property="skilledUavType"/> |
| | | <result column="skilled_task_type" property="skilledTaskType"/> |
| | | <result column="area_code" property="areaCode"/> |
| | | <result column="flyer_address" property="flyerAddress"/> |
| | | <result column="certification" property="certification" typeHandler="com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler"/> |
| | | </resultMap> |
| | | |
| | | <select id="selectGdFlyerPage" resultMap="gdFlyerResultMap"> |
| | | <select id="selectGdFlyerPage" resultMap="gdFlyerVOResultMap"> |
| | | select * from ja_gd_flyer |
| | | <where> |
| | | <if test="param2.flyerName != null and param2.flyerName != ''"> |