@Select("select sum(amount_end) from dc_daily_receivable where day = #{lastDay}")
@Select("select sum(case when platform != 'Ebay' then amount_end else 0 end) - sum(case when platform = 'Ebay' then amount_end else 0 end) from dc_daily_receivable where day = #{lastDay}")