select id, yhid, yhmc, carrieroperator, phone, content, returncode, createTime from third_sms_his
insert into third_sms_his
yhid,yhmc,carrieroperator,phone,content,returncode,
createTime,
#{yhid},#{yhmc},#{carrieroperator},#{phone},#{content},#{returncode},
now()
update third_sms_his
yhid = #{yhid},yhmc = #{yhmc},carrieroperator = #{carrieroperator},phone = #{phone},content = #{content},returncode = #{returncode},createTime = #{createTime},
where id = #{id}
delete from third_sms_his where id = #{id}
delete from third_sms_his where id in
#{id}