소스 검색

提交数据

lvhao 6 일 전
부모
커밋
8a380b34f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/User.php

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

@@ -993,7 +993,7 @@ class User extends Start_Controller
 		}
 		if (isset($post['excelshop'])) {
 			$excelshop = $this->input->post('excelshop', true);
-			$data = $this->shop->find_all('1=1');
+			$data = $this->shop->find_all('1=1',"*","px asc");
 			$list = array();
 			foreach ($data as $key => $value) {
 				$t = $this->typeclass->read($value['type']);