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