@@ -550,7 +550,8 @@ class Period extends \common\components\ActiveRecord
return false;
}
//上1期奖金未发放,限制不能挂网
- if(!$this->isLastSent($this->periodNum)){
+ $periodLast = self::findOneAsArray(['PERIOD_NUM' => $this->periodNum - 1]);
+ if ($periodLast['IS_SENT'] != self::SEND_FINISH){
return true;