ID, RGSTR_ID, IS_COOR_IDEN, IS_ELEC_EQUI, IS_WATER_EQUI, IS_WATER_ELEC, IS_WATER_INDEX, IS_ELEC_INDEX, IS_RECORD_EST, IS_REPORT_HAVING, IS_PROBLEM_OTHER, STATE, PERS_ID, INTM, UPTM, DATA_STAT #{id}, #{rgstrId}, #{isCoorIden}, #{isElecEqui}, #{isWaterEqui}, #{isWaterElec}, #{isWaterIndex}, #{isElecIndex}, #{isRecordEst}, #{isReportHaving}, #{isProblemOther}, #{state}, #{persId}, #{intm}, #{uptm}, #{dataStat} and RGSTR_ID = #{rgstrId} and IS_COOR_IDEN = #{isCoorIden} and IS_ELEC_EQUI = #{isElecEqui} and IS_WATER_EQUI = #{isWaterEqui} and IS_WATER_ELEC = #{isWaterElec} and IS_WATER_INDEX = #{isWaterIndex} and IS_ELEC_INDEX = #{isElecIndex} and IS_RECORD_EST = #{isRecordEst} and IS_REPORT_HAVING = #{isReportHaving} and IS_PROBLEM_OTHER = #{isProblemOther} and STATE = #{state} and PERS_ID = #{persId} and INTM = #{intm} and UPTM = #{uptm} and DATA_STAT = #{dataStat} insert into BIS_INSP_GROW_OUT( ) values ( ) update BIS_INSP_GROW_OUT set DATA_STAT='9' where ID = #{id} delete from BIS_INSP_GROW_OUT update BIS_INSP_GROW_OUT set flag_valid = 0 where ID = #{id} update BIS_INSP_GROW_OUT RGSTR_ID = #{rgstrId}, IS_COOR_IDEN = #{isCoorIden}, IS_ELEC_EQUI = #{isElecEqui}, IS_WATER_EQUI = #{isWaterEqui}, IS_WATER_ELEC = #{isWaterElec}, IS_WATER_INDEX = #{isWaterIndex}, IS_ELEC_INDEX = #{isElecIndex}, IS_RECORD_EST = #{isRecordEst}, IS_REPORT_HAVING = #{isReportHaving}, IS_PROBLEM_OTHER = #{isProblemOther}, STATE = #{state}, PERS_ID = #{persId}, INTM = #{intm}, UPTM = #{uptm}, DATA_STAT = #{dataStat}, ID = #{id} update BIS_INSP_GROW_OUT RGSTR_ID = #{rgstrId}, IS_COOR_IDEN = #{isCoorIden}, IS_ELEC_EQUI = #{isElecEqui}, IS_WATER_EQUI = #{isWaterEqui}, IS_WATER_ELEC = #{isWaterElec}, IS_WATER_INDEX = #{isWaterIndex}, IS_ELEC_INDEX = #{isElecIndex}, IS_RECORD_EST = #{isRecordEst}, IS_REPORT_HAVING = #{isReportHaving}, IS_PROBLEM_OTHER = #{isProblemOther}, STATE = #{state}, PERS_ID = #{persId}, INTM = #{intm}, UPTM = #{uptm}, DATA_STAT = #{dataStat},