lvhao 5 ماه پیش
والد
کامیت
78f10d9f0c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      core/CoreApp/controllers/User.php

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

@@ -22,6 +22,7 @@ class User extends Start_Controller
 		$this->load->_model('Model_typeclass', 'typeclass');
 		$this->load->_model('Model_customertt', 'customertt');
 		$this->load->_model('Model_allocation', 'allocation');
+		$this->load->_model('Model_fullorderamz', 'fullorderamz');
 	}
 	//定义方法的调用规则 获取URI第二段值
 	public function _remap($arg, $arg_array)