|
@@ -182,6 +182,7 @@ class ShopController extends Controller {
|
|
Log::info('商家id'.$data['shop_id'].'商品禁售失败');
|
|
Log::info('商家id'.$data['shop_id'].'商品禁售失败');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ DB::commit();
|
|
return ['message' => '成功','status_code' => 200];
|
|
return ['message' => '成功','status_code' => 200];
|
|
}else{
|
|
}else{
|
|
return $this->response->error("失败", 500);
|
|
return $this->response->error("失败", 500);
|