|
@@ -190,6 +190,14 @@ class Workshopshow extends Start_Controller
|
|
|
$tt_r = $this->_tj7daywck("fullordertt");
|
|
$tt_r = $this->_tj7daywck("fullordertt");
|
|
|
$amz_r = $this->_tj7daywck("fullorderamz");
|
|
$amz_r = $this->_tj7daywck("fullorderamz");
|
|
|
$smt_r = $this->_tj7daywck("fullordersmt");
|
|
$smt_r = $this->_tj7daywck("fullordersmt");
|
|
|
|
|
+
|
|
|
|
|
+ echo "<pre>";
|
|
|
|
|
+ var_dump($dlz_r);
|
|
|
|
|
+ var_dump($tt_r);
|
|
|
|
|
+ var_dump($amz_r);
|
|
|
|
|
+ var_dump($smt_r);
|
|
|
|
|
+
|
|
|
|
|
+ die;
|
|
|
$order_num_7 = $dlz_r['total_orders']*1 + $tt_r['total_orders']*1 + $amz_r['total_orders']*1 + $smt_r['total_orders']*1;
|
|
$order_num_7 = $dlz_r['total_orders']*1 + $tt_r['total_orders']*1 + $amz_r['total_orders']*1 + $smt_r['total_orders']*1;
|
|
|
$ts_7 = $dlz_r['total_products']*1 + $tt_r['total_products']*1 + $amz_r['total_products']*1 + $smt_r['total_products']*1;
|
|
$ts_7 = $dlz_r['total_products']*1 + $tt_r['total_products']*1 + $amz_r['total_products']*1 + $smt_r['total_products']*1;
|
|
|
|
|
|