shish 3 anni fa
parent
commit
27720d1553
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app-hd/controllers/ItemController.php

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

@@ -39,7 +39,6 @@ class ItemController extends BaseController
 
         $where['mainId'] = $mainId;
         $where['delStatus'] = 0;
-        $where['status'] = 1;
 
         $list = \bizHd\item\classes\ItemClass::getShowList($where);
         util::success(['list' => $list]);