array(7) {
  ["sale_total"] => float(950)
  ["cost_total"] => float(200)
  ["gross_profit"] => float(750)
  ["pool_from_profit"] => float(150)
  ["profit_after_pool"] => float(600)
  ["club_share_of_profit_after_pool"] => float(0)
  ["revenue_income_goods"] => float(200)
}
-------------
array(2) {
  [0] => array(7) {
    ["og_id"] => int(691)
    ["order_id"] => int(649)
    ["company_role_user_id"] => int(30)
    ["belong_user_id"] => int(193)
    ["line_sale"] => float(500)
    ["line_cost"] => float(100)
    ["line_gross_profit"] => float(400)
  }
  [1] => array(7) {
    ["og_id"] => int(695)
    ["order_id"] => int(653)
    ["company_role_user_id"] => int(30)
    ["belong_user_id"] => int(193)
    ["line_sale"] => float(450)
    ["line_cost"] => float(100)
    ["line_gross_profit"] => float(350)
  }
}
0.111517s