|
|
@@ -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;
|