ID,
RGSTR_ID,
F_8_1_1,
F_8_1_2,
F_8_1_3,
F_8_1_4,
F_8_1_5,
F_8_2_1,
NOTE,
PERS_ID,
INTM,
UPTM,
DATA_STAT,
STATE
#{id},
#{rgstrId},
#{f811},
#{f812},
#{f813},
#{f814},
#{f815},
#{f821},
#{note},
#{persId},
#{intm},
#{uptm},
#{dataStat},
#{state}
and RGSTR_ID = #{rgstrId}
and F_8_1_1 = #{f811}
and F_8_1_2 = #{f812}
and F_8_1_3 = #{f813}
and F_8_1_4 = #{f814}
and F_8_1_5 = #{f815}
and F_8_2_1 = #{f821}
and NOTE = #{note}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and STATE = #{state}
insert into BIS_INSP_FJPJMGDP_CIMT( )
values ( )
update BIS_INSP_FJPJMGDP_CIMT set DATA_STAT='9' where ID = #{id}
delete from BIS_INSP_FJPJMGDP_CIMT
update BIS_INSP_FJPJMGDP_CIMT set flag_valid = 0 where ID = #{id}
update BIS_INSP_FJPJMGDP_CIMT
RGSTR_ID = #{rgstrId},
F_8_1_1 = #{f811},
F_8_1_2 = #{f812},
F_8_1_3 = #{f813},
F_8_1_4 = #{f814},
F_8_1_5 = #{f815},
F_8_2_1 = #{f821},
NOTE = #{note},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATE = #{state},
ID = #{id}
update BIS_INSP_FJPJMGDP_CIMT
RGSTR_ID = #{rgstrId},
F_8_1_1 = #{f811},
F_8_1_2 = #{f812},
F_8_1_3 = #{f813},
F_8_1_4 = #{f814},
F_8_1_5 = #{f815},
F_8_2_1 = #{f821},
NOTE = #{note},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATE = #{state},