forked from devsam/core
1월을 놓치면 태어나지 않으므로 Date 기준을 ==에서 >=로 변경
This commit is contained in:
@@ -321,7 +321,7 @@ class Scenario{
|
||||
|
||||
$actions[] = ['DeleteEvent'];
|
||||
$this->events[] = [
|
||||
'cond'=>['Date', '==', $targetYear, '1'],
|
||||
'cond'=>['Date', '>=', $targetYear, '1'],
|
||||
'action'=>$actions
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user