Parcourir la source

达标业绩1500

theojeng il y a 3 ans
Parent
commit
058f09c6ad
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      common/models/PerfMonth.php

+ 1 - 1
common/models/PerfMonth.php

@@ -153,7 +153,7 @@ class PerfMonth extends \common\components\ActiveRecord
 
     // 校验业绩状态
     public static function checkStatus($pv) {
-        if ($pv >= 300) {
+        if ($pv >= 1500) {
             return true;
         }