diff --git a/app/common/dao/store/StoreActivityDao.php b/app/common/dao/store/StoreActivityDao.php index 4f007afb..8b311a7d 100755 --- a/app/common/dao/store/StoreActivityDao.php +++ b/app/common/dao/store/StoreActivityDao.php @@ -143,6 +143,10 @@ class StoreActivityDao extends BaseDao { $orderProductIds = array_column($order->orderProduct->toArray(), 'product_id'); $productIds = CloudProduct::whereIn('product_id', $orderProductIds)->where('activity_id', $activityId)->column('product_id'); + $find = StoreActivityOrderProduct::where('user_id', $order['uid'])->where('status', 1)->find(); + if ($find && $activityId == 2) { + throw new ValidateException('活动商品限购1个'); + } foreach ($productIds as $productId) { $model = new StoreActivityOrderProduct(); $model->user_id = $order['uid']; diff --git a/app/common/repositories/store/product/ProductRepository.php b/app/common/repositories/store/product/ProductRepository.php index 6302f1f2..c79132b2 100755 --- a/app/common/repositories/store/product/ProductRepository.php +++ b/app/common/repositories/store/product/ProductRepository.php @@ -1728,9 +1728,9 @@ class ProductRepository extends BaseRepository if ($this->dao->updates($id, [$field => $status]) === false) { throw new \Exception('商品操作出错', 500); } - event('product.sell', ['product_id' => $productIds]); + event('product.sell', ['product_id' => $productIds,'status'=>$status]); Db::commit(); - Queue::push(ChangeSpuStatusJob::class, ['id' => $id, 'product_type' => $product_type]); + Queue::push(ChangeSpuStatusJob::class, ['id' => $productIds, 'product_type' => $product_type]); } catch (\Exception $e) { Db::rollback(); throw new \Exception('商品操作出错', $e->getCode()); diff --git a/app/controller/api/Open.php b/app/controller/api/Open.php index e2f7a37e..8d05d96b 100755 --- a/app/controller/api/Open.php +++ b/app/controller/api/Open.php @@ -20,10 +20,10 @@ class Open extends BaseController { $timestamp = $this->request->post('timestamp'); $data = $this->request->post('data'); - Log::error('供销平台佣金回调:' . $data); $aes = new \AES(); $iv = !empty($timestamp) ? $aes->buildIv($timestamp) : ''; $decrypted = $aes->decrypt($data, $iv); + Log::error('供销平台佣金回调:' . var_export($decrypted, true)); if (!empty($decrypted)) { $storeConsumptionUserDao = new CommissionDao(); // "惠农供销,谱写数字新篇章"活动首单分润