ID,
TYPE,
CODE,
NAME,
SN,RELCODE,NOTE
#{id},
#{type},
#{code},
#{name},
#{sn},#{relCode},#{note}
and TYPE = #{type}
and CODE = #{code}
and NAME = #{name}
and SN = #{sn}
and RELCODE like '%${relCode}%'
and NOTE = #{note}
insert into TAC_PBLM_QLTTV_LIST( )
values ( )
delete from TAC_PBLM_QLTTV_LIST where ID = #{id}
delete from TAC_PBLM_QLTTV_LIST
update TAC_PBLM_QLTTV_LIST set flag_valid = 0 where ID = #{id}
update TAC_PBLM_QLTTV_LIST
TYPE = #{type},
CODE = #{code},
NAME = #{name},
SN = #{sn},
RELCODE = #{relCode},
NOTE = #{note},
ID = #{id}
update TAC_PBLM_QLTTV_LIST
TYPE = #{type},
CODE = #{code},
NAME = #{name},
SN = #{sn},
RELCODE = #{relCode},
NOTE = #{note},