ID,
RGSTR_ID,
F_2_1_1,
F_2_1_2,
F_2_1_3,
F_2_2_1,
F_2_2_2,
F_2_3_1,
F_2_3_2,
F_2_3_3,
F_2_4_1,
F_2_4_2,
F_2_4_3,
F_2_4_4,
F_2_4_5,
NOTE,
PERS_ID,
INTM,
UPTM,
DATA_STAT,
STATE
#{id},
#{rgstrId},
#{f211},
#{f212},
#{f213},
#{f221},
#{f222},
#{f231},
#{f232},
#{f233},
#{f241},
#{f242},
#{f243},
#{f244},
#{f245},
#{note},
#{persId},
#{intm},
#{uptm},
#{dataStat},
#{state}
and RGSTR_ID = #{rgstrId}
and F_2_1_1 = #{f211}
and F_2_1_2 = #{f212}
and F_2_1_3 = #{f213}
and F_2_2_1 = #{f221}
and F_2_2_2 = #{f222}
and F_2_3_1 = #{f231}
and F_2_3_2 = #{f232}
and F_2_3_3 = #{f233}
and F_2_4_1 = #{f241}
and F_2_4_2 = #{f242}
and F_2_4_3 = #{f243}
and F_2_4_4 = #{f244}
and F_2_4_5 = #{f245}
and NOTE = #{note}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and STATE = #{state}
insert into BIS_INSP_FJACCP_SYSTEM( )
values ( )
update BIS_INSP_FJACCP_SYSTEM set DATA_STAT='9' where ID = #{id}
delete from BIS_INSP_FJACCP_SYSTEM
update BIS_INSP_FJACCP_SYSTEM set flag_valid = 0 where ID = #{id}
update BIS_INSP_FJACCP_SYSTEM
RGSTR_ID = #{rgstrId},
F_2_1_1 = #{f211},
F_2_1_2 = #{f212},
F_2_1_3 = #{f213},
F_2_2_1 = #{f221},
F_2_2_2 = #{f222},
F_2_3_1 = #{f231},
F_2_3_2 = #{f232},
F_2_3_3 = #{f233},
F_2_4_1 = #{f241},
F_2_4_2 = #{f242},
F_2_4_3 = #{f243},
F_2_4_4 = #{f244},
F_2_4_5 = #{f245},
NOTE = #{note},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATE = #{state},
ID = #{id}
update BIS_INSP_FJACCP_SYSTEM
RGSTR_ID = #{rgstrId},
F_2_1_1 = #{f211},
F_2_1_2 = #{f212},
F_2_1_3 = #{f213},
F_2_2_1 = #{f221},
F_2_2_2 = #{f222},
F_2_3_1 = #{f231},
F_2_3_2 = #{f232},
F_2_3_3 = #{f233},
F_2_4_1 = #{f241},
F_2_4_2 = #{f242},
F_2_4_3 = #{f243},
F_2_4_4 = #{f244},
F_2_4_5 = #{f245},
NOTE = #{note},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATE = #{state},