|
@@ -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)
|