버그 수정

This commit is contained in:
2020-04-20 00:47:35 +09:00
parent 0608f9b3c7
commit 7b46a1b9ff
10 changed files with 137 additions and 54 deletions
+3
View File
@@ -268,6 +268,9 @@ function pushNationHistory(int $nationID, ?array $history, ?int $year=null, ?int
if(!$history){
return;
}
if(!$nationID){
return;
}
$db = DB::db();
if($year === null || $month === null){