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

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

@@ -94,6 +94,12 @@ class Transfer extends Start_Controller {
 	   else if($arg == 'wjsrk'){
 		$this->_wjsrk();
 	   }
+	   else if($arg == 'wjsrkexcel'){
+		$this->_wjsrkexcel();
+	   }
+	   else if($arg == 'cqrkexcel'){
+		$this->_cqrkexcel();
+	   }
 	   else if($arg == 'sczexcel'){
 			$this->_sczexcel();
 	   }