@@ -84,7 +84,7 @@ WHERE u.openid ='%s'";
$amount = max($subscribe_no_three_day_info);
else
$amount = 0;
- if($amount>50){
+ if($amount>=50){
$result['property'] = 'high';
}elseif($amount >2){
$result['property'] = 'medium';