|  | @@ -23,7 +23,8 @@ class Policy extends AdminController {
 | 
	
		
			
				|  |  |      public function __construct(\think\App $app) {
 | 
	
		
			
				|  |  |          parent::__construct($app);
 | 
	
		
			
				|  |  |          $this->companyId = $this->user["companyId"];
 | 
	
		
			
				|  |  | -        return json(["msg" => "政策录入已经结束"]);
 | 
	
		
			
				|  |  | +        echo "政策录入已经结束";
 | 
	
		
			
				|  |  | +        exit();
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      public function index() {
 |