Procházet zdrojové kódy

复制花材不显示

shish před 3 roky
rodič
revize
fb08caf7e6
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      app-ghs/controllers/PtItemController.php

+ 0 - 2
app-ghs/controllers/PtItemController.php

@@ -31,8 +31,6 @@ class PtItemController extends BaseController
         if (!empty($classId)) {
             $where['classId'] = $classId;
         }
-        //客户复制的花材不显示出来
-        $where['copy'] = 0;
         //没有删除的花材
         $where['delStatus'] = 0;
         $list = PtItemClass::getItemList($where, true, $this->mainId);