zz hace 6 años
padre
commit
fa48769b1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';