Authored by hf

fixes bug to brand list not return brand id

@@ -115,6 +115,10 @@ class IndexController extends AbstractAction @@ -115,6 +115,10 @@ class IndexController extends AbstractAction
115 'p_d' => FILTER_DEFAULT,), false); 115 'p_d' => FILTER_DEFAULT,), false);
116 $condition['brand'] = $brandId; 116 $condition['brand'] = $brandId;
117 117
  118 + if ($brandId === 0) {
  119 + $condition['query'] = $domain;
  120 + }
  121 +
118 if (isset($condition['gender'])) { 122 if (isset($condition['gender'])) {
119 $condition['gender'] = rawurldecode($condition['gender']); 123 $condition['gender'] = rawurldecode($condition['gender']);
120 } else { 124 } else {
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
50 application.assets.path = ROOT_PATH "/assets" 50 application.assets.path = ROOT_PATH "/assets"
51 51
52 ; 应用的版本号 52 ; 应用的版本号
53 -application.version = "1.0.5" 53 +application.version = "1.0.6"
54 54
55 ; 网站SEO信息 55 ; 网站SEO信息
56 application.seo.title = "Yoho!Buy有货" 56 application.seo.title = "Yoho!Buy有货"
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
50 application.assets.path = ROOT_PATH "/assets" 50 application.assets.path = ROOT_PATH "/assets"
51 51
52 ; 应用的版本号 52 ; 应用的版本号
53 -application.version = "1.0.5" 53 +application.version = "1.0.6"
54 54
55 ; 网站SEO信息 55 ; 网站SEO信息
56 application.seo.title = "Yoho!Buy有货" 56 application.seo.title = "Yoho!Buy有货"
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
50 application.assets.path = ROOT_PATH "/assets" 50 application.assets.path = ROOT_PATH "/assets"
51 51
52 ; 应用的版本号 52 ; 应用的版本号
53 -application.version = "1.0.5" 53 +application.version = "1.0.6"
54 54
55 ; 网站SEO信息 55 ; 网站SEO信息
56 application.seo.title = "Yoho!Buy有货" 56 application.seo.title = "Yoho!Buy有货"
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
50 application.assets.path = ROOT_PATH "/assets" 50 application.assets.path = ROOT_PATH "/assets"
51 51
52 ; 应用的版本号 52 ; 应用的版本号
53 -application.version = "1.0.5" 53 +application.version = "1.0.6"
54 54
55 ; 网站SEO信息 55 ; 网站SEO信息
56 application.seo.title = "Yoho!Buy有货" 56 application.seo.title = "Yoho!Buy有货"
1 [memcached] 1 [memcached]
2 master.hosts = 127.0.0.1:11212,127.0.0.1:11213 2 master.hosts = 127.0.0.1:11212,127.0.0.1:11213
3 slave.hosts = 127.0.0.1:11212,127.0.0.1:11213 3 slave.hosts = 127.0.0.1:11212,127.0.0.1:11213
4 -memcached.session = 127.0.0.1:11212,127.0.0.1:11213 4 +session.hosts = 127.0.0.1:11212,127.0.0.1:11213
5 5
6 [redis] 6 [redis]
7 servers.hosts = 192.168.1.168:6379 7 servers.hosts = 192.168.1.168:6379
1 [memcached] 1 [memcached]
2 master.hosts=10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111 2 master.hosts=10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111
3 slave.hosts=10.170.182.9:12112,10.172.169.31:12112,10.173.8.214:12112 3 slave.hosts=10.170.182.9:12112,10.172.169.31:12112,10.173.8.214:12112
4 -memcached.session=10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111 4 +session.hosts=10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111
5 5
6 [redis] 6 [redis]
7 servers.hosts=127.0.0.1:6379 7 servers.hosts=127.0.0.1:6379
1 [memcached] 1 [memcached]
2 master.hosts=127.0.0.1:11212,127.0.0.1:11213 2 master.hosts=127.0.0.1:11212,127.0.0.1:11213
3 slave.hosts=127.0.0.1:11212,127.0.0.1:11213 3 slave.hosts=127.0.0.1:11212,127.0.0.1:11213
4 -memcached.session=127.0.0.1:11212,127.0.0.1:11213 4 +session.hosts=127.0.0.1:11212,127.0.0.1:11213
5 5
6 [redis] 6 [redis]
7 servers.hosts = 127.0.0.1:6379 7 servers.hosts = 127.0.0.1:6379