|
@@ -115,7 +115,7 @@ class UserController extends O2oBaseController{
|
|
|
//$criteria->booking_time('<', intval($end_time));
|
|
|
$criteria->user('==', new MongoId($user_id));
|
|
|
$orders = ROrder::model()->findAll($criteria);
|
|
|
- return CommonFn::requestAjax(true,$orders);
|
|
|
+ //return CommonFn::requestAjax(true,$orders);
|
|
|
}
|
|
|
|
|
|
}
|