소스 검색

来源暂时先去掉

shish 4 년 전
부모
커밋
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;
             $where['status'] = $status;
         }
         }
         if (isset($get['fromType']) && is_numeric($get['fromType'])) {
         if (isset($get['fromType']) && is_numeric($get['fromType'])) {
-            $where['fromType'] = $get['fromType'];
+            //$where['fromType'] = $get['fromType'];
         }
         }
         if (isset($get['searchType'])) {
         if (isset($get['searchType'])) {
             if ($get['searchType'] == 0) {
             if ($get['searchType'] == 0) {