DengTao 8 years ago
parent
commit
80f52d1067
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

@@ -49,6 +49,7 @@ class ReserveController extends MoonClubBaseController
         $status = intval(Yii::app()->request->getParam('status', 100));
         $tech_content = Yii::app()->request->getParam('tech_content','');
         $booking_time = intval(Yii::app()->request->getParam('booking_time',time()));
+        var_dump($booking_time);exit;
         $id = Yii::app()->request->getParam('id');
         if (empty($tech_content)){
             $tech_content = "巾帼园";