| | |
| | | <mapper namespace="com.gk.hotwork.Mapper.InspectionHiddenDangerMapper" > |
| | | <update id="delByInspectionItemId"> |
| | | update inspection_hidden_danger set valid_flag = 0 , update_time = #{inspectionHiddenDanger.updateTime},update_by = #{inspectionHiddenDanger.updateBy} |
| | | where self_inspection_item_id = #{inspectionHiddenDanger.selfInspectionItemId} |
| | | </update> |
| | | |
| | | <update id="delByIds"> |
| | |
| | | <if test="params.area != null and params.area != ''" > |
| | | and co.area = #{params.area} |
| | | </if> |
| | | ORDER BY l.create_time |
| | | ORDER BY l.create_time desc |
| | | </select> |
| | | <select id="inspectionHdangerlist" resultType="com.gk.hotwork.Domain.InspectionHiddenDanger"> |
| | | SELECT |