ID, RGSTR_ID, IS_DRAW_PUMP, IS_DIS_CAB, IS_DIS_BOX, IS_SEAL_WELL, IS_COOR_IDEN, IS_ESTAB_CARD, STATE, PERS_ID, INTM, UPTM, DATA_STAT #{id}, #{rgstrId}, #{isDrawPump}, #{isDisCab}, #{isDisBox}, #{isSealWell}, #{isCoorIden}, #{isEstabCard}, #{state}, #{persId}, #{intm}, #{uptm}, #{dataStat} and RGSTR_ID = #{rgstrId} and IS_DRAW_PUMP = #{isDrawPump} and IS_DIS_CAB = #{isDisCab} and IS_DIS_BOX = #{isDisBox} and IS_SEAL_WELL = #{isSealWell} and IS_COOR_IDEN = #{isCoorIden} and IS_ESTAB_CARD = #{isEstabCard} and STATE = #{state} and PERS_ID = #{persId} and INTM = #{intm} and UPTM = #{uptm} and DATA_STAT = #{dataStat} insert into BIS_INSP_GROW_CLO( ) values ( ) update BIS_INSP_GROW_CLO set DATA_STAT='9' where ID = #{id} delete from BIS_INSP_GROW_CLO update BIS_INSP_GROW_CLO set flag_valid = 0 where ID = #{id} update BIS_INSP_GROW_CLO RGSTR_ID = #{rgstrId}, IS_DRAW_PUMP = #{isDrawPump}, IS_DIS_CAB = #{isDisCab}, IS_DIS_BOX = #{isDisBox}, IS_SEAL_WELL = #{isSealWell}, IS_COOR_IDEN = #{isCoorIden}, IS_ESTAB_CARD = #{isEstabCard}, STATE = #{state}, PERS_ID = #{persId}, INTM = #{intm}, UPTM = #{uptm}, DATA_STAT = #{dataStat}, ID = #{id} update BIS_INSP_GROW_CLO RGSTR_ID = #{rgstrId}, IS_DRAW_PUMP = #{isDrawPump}, IS_DIS_CAB = #{isDisCab}, IS_DIS_BOX = #{isDisBox}, IS_SEAL_WELL = #{isSealWell}, IS_COOR_IDEN = #{isCoorIden}, IS_ESTAB_CARD = #{isEstabCard}, STATE = #{state}, PERS_ID = #{persId}, INTM = #{intm}, UPTM = #{uptm}, DATA_STAT = #{dataStat},