버그 수정

This commit is contained in:
2020-05-01 15:28:00 +09:00
parent 96bd755660
commit 0882e06adc
+1 -1
View File
@@ -1670,7 +1670,7 @@ function nextRuler(General $general) {
'officer_level'=>12,
'officer_city'=>0,
], 'no=%i', $nextRulerID);
if($db->affectedRows()){
if($db->affectedRows()==0){
throw new \RuntimeException('선양되지 않음');
}