lvhao 1 일 전
부모
커밋
090cc2d980
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/CoreApp/controllers/Systembound.php

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

@@ -14,6 +14,7 @@ class Systembound extends Start_Controller {
 		$this->load->_model('Model_fullorderamz','fullorderamz');
 		$this->load->_model('Model_fullordersmt','fullordersmt');
 		$this->load->_model('Model_fullorderxw','fullorderxw');
+		$this->load->_model('Model_logic_order','logic_order');
 	}
 	//定义方法的调用规则 获取URI第二段值
     public function _remap($arg,$arg_array)