@@ -926,7 +926,7 @@ class User extends Start_Controller
echo @json_encode(array('dpxq' => $dpxq, 'success' => true));
exit;
}
- $wlshop = $this->shop->find_all('1=1 and ' . rtrim($sid, 'or'));
+ $wlshop = $this->shop->find_all('status = 0 and ' . rtrim($sid, 'or'));
$this->data['wlshop'] = $wlshop;
$dr = $usat;
$this->data['dr'] = array(date("m-d", $dr), date("m-d", $dr - 24 * 3600), date("m-d", $dr - 2 * 24 * 3600), date("m-d", $dr - 3 * 24 * 3600));