dyjh 6 年之前
父節點
當前提交
32c60e9245
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Http/Controllers/Api/V1/FurnitureController.php

+ 0 - 1
app/Http/Controllers/Api/V1/FurnitureController.php

xqd
@@ -2336,7 +2336,6 @@ class FurnitureController extends Controller
         $content = "";
         $parts = AlbumPartsModel::where('store_id', request('store_id'))->where('order_id', request('order_id'))
             ->get(['name', 'count']);
-        dd(111);
         if ($role == 2) {
             $content .= "--------------------------------<BR>";
             $content .= "<B>订单编号  #" . $order->sno . " </B><BR><BR>";