Explorar el Código

来源暂时先去掉

shish hace 4 años
padre
commit
8bbcfd01a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {