ID,
PHONE
#{id},
#{phone}
and phone=#{phone}
insert into GW_STATIC_USER( )
values ( )
delete from GW_STATIC_USER where id = #{id}
delete from GW_STATIC_USER
update GW_STATIC_USER set flag_valid = 0 where id = #{id}
update GW_STATIC_USER
phone=#{phone},
ID = #{id}
update GW_STATIC_USER
phone=#{phone},