| | |
| | | <result property="companyCode" column="company_code"/> |
| | | |
| | | <result property="dangerId" column="danger_id"/> |
| | | <result property="dangerName" column="danger_name"/> |
| | | <result property="taskId" column="task_id"/> |
| | | <result property="checkType" column="check_type"/> |
| | | <result property="checkItemId" column="check_item_id"/> |
| | |
| | | <if test="companyCode != null ">company_code,</if> |
| | | |
| | | <if test="dangerId != null ">danger_id,</if> |
| | | <if test="dangerName != null ">danger_name,</if> |
| | | <if test="taskId != null ">task_id,</if> |
| | | <if test="checkType != null ">check_type,</if> |
| | | <if test="checkItemId != null ">check_item_id,</if> |
| | |
| | | <if test="companyCode != null ">#{companyCode},</if> |
| | | |
| | | <if test="dangerId != null ">#{dangerId},</if> |
| | | <if test="dangerName != null ">#{dangerName},</if> |
| | | <if test="taskId != null ">#{taskId},</if> |
| | | <if test="checkType != null ">#{checkType},</if> |
| | | <if test="checkItemId != null ">#{checkItemId},</if> |
| | |
| | | <if test="dangerId != null "> |
| | | danger_id = #{dangerId}, |
| | | </if> |
| | | <if test="dangerName != null "> |
| | | danger_name= #{dangerName}, |
| | | </if> |
| | | <if test="taskId != null"> |
| | | task_id = #{taskId}, |
| | | </if> |