|
@@ -35,7 +35,8 @@ class OrderController extends O2oBaseController{
|
|
|
$doubleEleventId = '581fe5a6a84ea0e36c8b45bb';
|
|
|
//$flag_book = 0;
|
|
|
if($products[0]['id'] == $doubleEleventId) {
|
|
|
-
|
|
|
+ var_dump($products);
|
|
|
+ exit;
|
|
|
$criteria_user = new EMongoCriteria();
|
|
|
$criteria_user->user('==', new MongoId($user_id));
|
|
|
$criteria_user->addCond('products.product', '==', new MongoId($doubleEleventId));//双十一产品id
|