|
@@ -39,6 +39,7 @@ class WorkController extends BaseController
|
|
|
$where['status'] = $status;
|
|
$where['status'] = $status;
|
|
|
}
|
|
}
|
|
|
$list = WorkClass::getWorkList($where);
|
|
$list = WorkClass::getWorkList($where);
|
|
|
|
|
+ $list['today'] = date("Y-m-d");
|
|
|
util::success($list);
|
|
util::success($list);
|
|
|
}
|
|
}
|
|
|
|
|
|