Jelajahi Sumber

达标业绩1500

theojeng 3 tahun lalu
induk
melakukan
058f09c6ad
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
         }