select id, remark, is_delete, create_by, create_time, update_by, update_time from PHM.PHM_AFTER_ANALYSIS_RESULT insert into PHM.PHM_AFTER_ANALYSIS_RESULT id, remark, is_delete, created_by, created_time, updated_by, updated_time, #{id}, #{remark}, #{isDelete}, #{createdBy}, #{createdTime}, #{updatedBy}, #{updatedTime}, update PHM.PHM_AFTER_ANALYSIS_RESULT remark = #{remark}, is_delete = #{isDelete}, created_by = #{createdBy}, created_time = #{createdTime}, updated_by = #{updatedBy}, updated_time = #{updatedTime}, where id = #{id} delete from PHM.PHM_AFTER_ANALYSIS_RESULT where id = #{id} delete from PHM.PHM_AFTER_ANALYSIS_RESULT where id in #{id}