Parcourir la source

TechHomeController

DengTao il y a 8 ans
Parent
commit
ffd14ff61e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      www/protected/components/O2oApp.php

+ 1 - 0
www/protected/components/O2oApp.php

@@ -183,6 +183,7 @@ class O2oApp {
         $criteria->booking_time('<', intval($end));
         $cursor = Commision::model()->findAll($criteria);
         $rows = CommonFn::getRowsFromCursor($cursor);
+        var_dump($rows);exit;
         $count  = $cursor->count();
 
         $sum    = 0.0;  // 总提成数