lvhao преди 6 дни
родител
ревизия
866abb0c5a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      core/CoreApp/controllers/User.php

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

@@ -974,7 +974,7 @@ class User extends Start_Controller
 		$post = $this->input->post(NULL, TRUE);
 		if (isset($post['shop'])) {
 			$shop = $this->input->post('shop', 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']);