|
...
|
...
|
@@ -39,7 +39,7 @@ class CNoticeController extends BaseController |
|
|
|
if((!empty($progressInfo))){
|
|
|
|
$progressInfo = $progressInfo->toArray();
|
|
|
|
if(($progressInfo['total_num'] > $progressInfo['current_num'])){
|
|
|
|
$this->response('当前页面正在生成了,请完成后再点击',Code::USER_ERROR,$progressInfo);
|
|
|
|
$this->response('当前页面正在生成了,请完成后再点击',Code::SUCCESS,$progressInfo);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//通知更新
|
...
|
...
|
|