Browse Source

cpc user bug

zz 6 years ago
parent
commit
fa48769b1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Modules/User/Services/UserDivisionCpcPropertyService.php

+ 1 - 1
app/Modules/User/Services/UserDivisionCpcPropertyService.php

@@ -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';