ID,
RGSTR_ID,
F_6_1_1,
F_6_1_2,
F_6_1_3,
F_6_1_4,
F_6_1_5,
F_6_1_6,
F_6_2_1,
F_6_2_2,
F_6_3_1,
NOTE,
PERS_ID,
INTM,
UPTM,
DATA_STAT,
STATE
#{id},
#{rgstrId},
#{f611},
#{f612},
#{f613},
#{f614},
#{f615},
#{f616},
#{f621},
#{f622},
#{f631},
#{note},
#{persId},
#{intm},
#{uptm},
#{dataStat},
#{state}
and RGSTR_ID = #{rgstrId}
and F_6_1_1 = #{f611}
and F_6_1_2 = #{f612}
and F_6_1_3 = #{f613}
and F_6_1_4 = #{f614}
and F_6_1_5 = #{f615}
and F_6_1_6 = #{f616}
and F_6_2_1 = #{f621}
and F_6_2_2 = #{f622}
and F_6_3_1 = #{f631}
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_EM( )
values ( )
update BIS_INSP_FJPJMGDP_EM set DATA_STAT='9' where ID = #{id}
delete from BIS_INSP_FJPJMGDP_EM
update BIS_INSP_FJPJMGDP_EM set flag_valid = 0 where ID = #{id}
update BIS_INSP_FJPJMGDP_EM
RGSTR_ID = #{rgstrId},
F_6_1_1 = #{f611},
F_6_1_2 = #{f612},
F_6_1_3 = #{f613},
F_6_1_4 = #{f614},
F_6_1_5 = #{f615},
F_6_1_6 = #{f616},
F_6_2_1 = #{f621},
F_6_2_2 = #{f622},
F_6_3_1 = #{f631},
NOTE = #{note},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATE = #{state},
ID = #{id}
update BIS_INSP_FJPJMGDP_EM
RGSTR_ID = #{rgstrId},
F_6_1_1 = #{f611},
F_6_1_2 = #{f612},
F_6_1_3 = #{f613},
F_6_1_4 = #{f614},
F_6_1_5 = #{f615},
F_6_1_6 = #{f616},
F_6_2_1 = #{f621},
F_6_2_2 = #{f622},
F_6_3_1 = #{f631},
NOTE = #{note},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATE = #{state},