|
|
@@ -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) {
|