north 8 years ago
parent
commit
627878cd8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      www/protected/modules/moonclub/controllers/ReserveController.php

+ 1 - 0
www/protected/modules/moonclub/controllers/ReserveController.php

@@ -131,6 +131,7 @@ class ReserveController extends MoonClubBaseController
             CommonFn::requestAjax(false,CommonFn::getMessage('user','id_not_exist'));
             die();
         }
+        echo $user_id;exit;
         $criteria->user('==',new MongoId($user_id));
         $cursor = Reserve::model()->findAll($criteria);
         if (count($cursor) >= 1){