버그 수정

This commit is contained in:
2020-04-25 04:33:53 +09:00
parent 40c89a479f
commit 6d642c8098
12 changed files with 64 additions and 16 deletions
+1
View File
@@ -681,6 +681,7 @@ class General implements iAction{
$this->rankVarSet = [];
$this->getLogger()->flush();
$this->flushUpdateValues();
return $db->affectedRows() > 0;
}