|
|
@@ -51,6 +51,7 @@ class WorkController extends BaseController
|
|
|
$get = Yii::$app->request->get();
|
|
|
$where = [];
|
|
|
$where['mainId'] = $this->mainId;
|
|
|
+ $where['sh'] = $get['sh'] ?? 0;
|
|
|
if (isset($get['status']) && $get['status'] >= 0) {
|
|
|
$status = $get['status'];
|
|
|
$where['status'] = $status;
|