Sfoglia il codice sorgente

批量添加花材

shish 3 anni fa
parent
commit
3924728bad
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app-ghs/controllers/ItemController.php

+ 0 - 1
app-ghs/controllers/ItemController.php

@@ -359,7 +359,6 @@ class ItemController extends BaseController
                 $v['shopId'] = $shopId;
                 $v['mainId'] = $mainId;
                 $v['staffName'] = $shopAdmin->name ?? '';
-                print_r($v);die;
                 ProductClass::addProduct($v, $shop);
             }
             $transaction->commit();