Update
batis.Must().Update("users", map[string]any{
"updated_at": time.Now(),
}, batis.Where("id = #{user.Id}", batis.Param("user",user)))
batis.Must().Update("users", map[string]any{
"updated_at": time.Now(),
}, batis.Where("id = #{user.Id}", batis.Param("user",user)))