ID,STEP_ID,
REGSTR_ID,
TYPE,
STATE,
CONTENT,
INTM,
NOTE,
NAME,
PERSID,
PERS_NAME
#{id},#{stepId},
#{regstrId},
#{type},
#{state},
#{content},
#{intm},
#{note},
#{name},
#{persid},
#{persName}
and REGSTR_ID = #{regstrId}
and TYPE = #{type}
and STATE = #{state}
and CONTENT = #{content}
and INTM = #{intm}
and NOTE = #{note}
and NAME = #{name}
and PERSID = #{persid}
and PERS_NAME = #{persName}
insert into TAC_ACTIVE_LOG( )
values ( )
delete from TAC_ACTIVE_LOG where ID = #{id}
delete from TAC_ACTIVE_LOG
update TAC_ACTIVE_LOG set flag_valid = 0 where ID = #{id}
update TAC_ACTIVE_LOG
REGSTR_ID = #{regstrId},
TYPE = #{type},
STATE = #{state},
CONTENT = #{content},
INTM = #{intm},
NOTE = #{note},
NAME = #{name},
PERSID = #{persid},
PERS_NAME = #{persName},
ID = #{id}
update TAC_ACTIVE_LOG
REGSTR_ID = #{regstrId},
TYPE = #{type},
STATE = #{state},
CONTENT = #{content},
INTM = #{intm},
NOTE = #{note},
NAME = #{name},
PERSID = #{persid},
PERS_NAME = #{persName},