update Recommendation
image_url=#{imageUrl},
title=#{title},
author=#{author},
publish_time=#{publishTime},
comments=#{comments},
shares=#{shares},
source=#{source},
head=#{head}
likes = likes + 1
where id = #{id}
update Recommendation
image_url=#{imageUrl},
title=#{title},
author=#{author},
publish_time=#{publishTime},
likes=#{likes},
comments=#{comments},
shares=#{shares},
source=#{source},
head=#{head}
where id = #{id}