修复sale数据错误的bug
Code Review By Rock Zhang
Showing
1 changed file
with
0 additions
and
3 deletions
@@ -178,9 +178,6 @@ class NewsaleController extends AbstractAction | @@ -178,9 +178,6 @@ class NewsaleController extends AbstractAction | ||
178 | $size = $this->get('size', null); | 178 | $size = $this->get('size', null); |
179 | $price = $this->get('price', null); | 179 | $price = $this->get('price', null); |
180 | $p_d = $this->get('discount', null); | 180 | $p_d = $this->get('discount', null); |
181 | - if ($p_d !== null) { | ||
182 | - $p_d = '0.1,0.3'; | ||
183 | - } | ||
184 | $dayLimit = $this->get('dayLimit', null); | 181 | $dayLimit = $this->get('dayLimit', null); |
185 | $limit = $this->get('limit', 60); | 182 | $limit = $this->get('limit', 60); |
186 | $page = $this->get('page', 1); | 183 | $page = $this->get('page', 1); |
-
Please register or login to post a comment