shish 4 лет назад
Родитель
Сommit
8bbcfd01a6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/WorkController.php

+ 1 - 1
app-hd/controllers/WorkController.php

@@ -53,7 +53,7 @@ class WorkController extends BaseController
             $where['status'] = $status;
         }
         if (isset($get['fromType']) && is_numeric($get['fromType'])) {
-            $where['fromType'] = $get['fromType'];
+            //$where['fromType'] = $get['fromType'];
         }
         if (isset($get['searchType'])) {
             if ($get['searchType'] == 0) {