shish vor 3 Jahren
Ursprung
Commit
29994414d3
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  1. 0 4
      app-ghs/controllers/ItemController.php

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

@@ -320,10 +320,6 @@ class ItemController extends BaseController
         $get = Yii::$app->request->get();
         $customId = $get['customId'] ?? 0;
         $custom = CustomClass::getById($customId, true);
-//        if ($custom->ownMainId != $this->mainId) {
-//            util::fail('不是你的客户');
-//        }
-
         $where['mainId'] = $this->mainId;
         $where['delStatus'] = 0;
         $where['status'] = 1;