ID,
RGSTR_ID,
F_7_1_1,
F_7_1_2,
F_7_2_1,
F_7_2_2,
F_7_2_3,
F_7_2_4,
F_7_2_5,
F_7_3_1,
NOTE,
PERS_ID,
INTM,
UPTM,
DATA_STAT,
STATE
#{id},
#{rgstrId},
#{f711},
#{f712},
#{f721},
#{f722},
#{f723},
#{f724},
#{f725},
#{f731},
#{note},
#{persId},
#{intm},
#{uptm},
#{dataStat},
#{state}
and RGSTR_ID = #{rgstrId}
and F_7_1_1 = #{f711}
and F_7_1_2 = #{f712}
and F_7_2_1 = #{f721}
and F_7_2_2 = #{f722}
and F_7_2_3 = #{f723}
and F_7_2_4 = #{f724}
and F_7_2_5 = #{f725}
and F_7_3_1 = #{f731}
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_AM( )
values ( )
update BIS_INSP_FJPJMGDP_AM set DATA_STAT='9' where ID = #{id}
delete from BIS_INSP_FJPJMGDP_AM
update BIS_INSP_FJPJMGDP_AM set flag_valid = 0 where ID = #{id}
update BIS_INSP_FJPJMGDP_AM
RGSTR_ID = #{rgstrId},
F_7_1_1 = #{f711},
F_7_1_2 = #{f712},
F_7_2_1 = #{f721},
F_7_2_2 = #{f722},
F_7_2_3 = #{f723},
F_7_2_4 = #{f724},
F_7_2_5 = #{f725},
F_7_3_1 = #{f731},
NOTE = #{note},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATE = #{state},
ID = #{id}
update BIS_INSP_FJPJMGDP_AM
RGSTR_ID = #{rgstrId},
F_7_1_1 = #{f711},
F_7_1_2 = #{f712},
F_7_2_1 = #{f721},
F_7_2_2 = #{f722},
F_7_2_3 = #{f723},
F_7_2_4 = #{f724},
F_7_2_5 = #{f725},
F_7_3_1 = #{f731},
NOTE = #{note},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATE = #{state},