ID,
RGSTR_ID,
IS_DRAW_PUMP,
IS_DIS_CAB,
IS_DIS_BOX,
IS_SEAL_WELL,
IS_COOR_IDEN,
IS_ESTAB_CARD,
IS_DROU_PRO,
STATE,
PERS_ID,
INTM,
UPTM,
DATA_STAT
#{id},
#{rgstrId},
#{isDrawPump},
#{isDisCab},
#{isDisBox},
#{isSealWell},
#{isCoorIden},
#{isEstabCard},
#{isDrouPro},
#{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 IS_DROU_PRO = #{isDrouPro}
and STATE = #{state}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
insert into BIS_INSP_GROW_DROU( )
values ( )
update BIS_INSP_GROW_DROU set DATA_STAT='9' where ID = #{id}
delete from BIS_INSP_GROW_DROU
update BIS_INSP_GROW_DROU set flag_valid = 0 where ID = #{id}
update BIS_INSP_GROW_DROU
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},
IS_DROU_PRO = #{isDrouPro},
STATE = #{state},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
ID = #{id}
update BIS_INSP_GROW_DROU
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},
IS_DROU_PRO = #{isDrouPro},
STATE = #{state},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},