shish 3 лет назад
Родитель
Сommit
add66514e4
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app-hd/controllers/CgRefundController.php

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

@@ -19,7 +19,6 @@ class CgRefundController extends BaseController
     {
         $get = Yii::$app->request->get();
         $where = [];
-        $where['mainId'] = $this->mainId;
         $cgId = $get['cgId'] ?? 0;
         if (!empty($cgId)) {
             $where['cgId'] = $cgId;