INSERT INTO `monthly_inspection_mess` ( `monthly_id`, `monthly_time`, `check_user`, `entrench`, `identification`, `place`, `clean`, `safety`, `environment`, `consistency` ) VALUES ( #{item.monthlyId} , #{item.monthlyTime}, #{item.checkUser}, #{item.entrench}, #{item.identification}, #{item.place}, #{item.clean}, #{item.safety}, #{item.environment}, #{item.consistency}) delete from monthly_inspection_mess where monthly_id = #{id}