select id, punch_id, cus_openid, create_time, update_time, del_flag from sys_punch_thumbsup
insert into sys_punch_thumbsup
punch_id,cus_openid,create_time,update_time,del_flag,#{punchId},#{cusOpenid},now(),now(),#{delFlag},
update sys_punch_thumbsup
punch_id = #{punchId},cus_openid = #{cusOpenid},create_time = #{createTime},update_time = #{updateTime},del_flag = #{delFlag},
where id = #{id}
update sys_punch_thumbsup set del_flag = 1 where id = #{id}
update sys_punch_thumbsup set del_flag = 1 where id in
#{id}
update sys_punch_thumbsup set del_flag = 1 where punch_id = #{punchId} and cus_openid =#{cusOpenid}