|
|
@@ -126,7 +126,7 @@ class ConsoleController extends BaseController
|
|
|
//今日概况 ssh 20220723
|
|
|
public function actionProfile()
|
|
|
{
|
|
|
- $notice = [['title' => '目前公司任务非常之多,处理问题需排期', 'action' => '-', 'page' => '']];
|
|
|
+ $notice = [['title' => '目前公司任务非常多,处理问题需排期', 'action' => '-', 'page' => '']];
|
|
|
//$notice = [];
|
|
|
$mainId = $this->mainId;
|
|
|
$respond = StatSaleClass::profile($mainId);
|