Browse Source

提交数据

lvhao 5 months ago
parent
commit
26e984cce1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/CoreApp/controllers/Transfer.php

+ 1 - 0
core/CoreApp/controllers/Transfer.php

@@ -2633,6 +2633,7 @@ class Transfer extends Start_Controller {
 		$this->_Template('transfer_wjsrk',$this->data);
 	}
 	public function _wjsrkexcel(){
+		die;
 		$api = $this->input->post('api',true);
 		$page = $this->input->post('page',true);
 		$perpage = $this->input->post('perpage',true);