| | |
| | | <result property="id" column="id" /> |
| | | <result property="createUser" column="create_user" /> |
| | | <result property="images" column="images" /> |
| | | <result property="describe" column="describe" /> |
| | | <result property="remark" column="remark" /> |
| | | <result property="hiddenDangerType" column="hidden_danger_type" /> |
| | | <result property="type" column="type" /> |
| | | <result property="isProblem" column="is_problem" /> |
| | |
| | | id, |
| | | create_user, |
| | | images, |
| | | describe, |
| | | remark, |
| | | hidden_danger_type, |
| | | type, |
| | | is_problem, |
| | |
| | | <!-- <if test="id != null "> and id = #{id}</if>--> |
| | | <!-- <if test="createUser != null "> and create_user = #{createUser}</if>--> |
| | | <!-- <if test="images != null and images != ''"> and images = #{images}</if>--> |
| | | <!-- <if test="describe != null and describe != ''"> and describe = #{describe}</if>--> |
| | | <!-- <if test="remark != null and remark != ''"> and remark = #{remark}</if>--> |
| | | <!-- <if test="hiddenDangerType != null and hiddenDangerType != ''"> and hidden_danger_type = #{hiddenDangerType}</if>--> |
| | | <!-- <if test="type != null and type != ''"> and type = #{type}</if>--> |
| | | <!-- <if test="isProblem != null and isProblem != ''"> and is_problem = #{isProblem}</if>--> |