作者 lyh

gx

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