update tablename set col1 = #para(col1), col2 = #para(col2) where id = #para(id) and email=#para(email)
col1为空就只更新col2,能实现这样的效果吗,查询条件也是样
类似于mybatis中if标签的功能