@Query(value="update `uc_user_weixin` set update_time = :#{#resources.updateTime} where appid = :#{#resources.appid} and openid = :#{#resources.openid}",nativeQuery=true)
@Query(value="update `uc_user_weixin` set update_time = :#{#resources.updateTime} "+
"where appid = :#{#resources.appid} and openid = :#{#resources.openid}",nativeQuery=true)