题目描述
只看 status 为 paid 的订单,为每位用户按下单日期升序(同日按 id 升序)计算截至该单的累计金额,返回 id、user_id、running 三列(列名必须是 running)。