버그 수정

This commit is contained in:
2020-04-27 02:07:34 +09:00
parent ad8acaf296
commit e0036ca32b
18 changed files with 186 additions and 100 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ if($action == '부대추방'){
$db->update('general', [
'troop'=>0
], 'no=%i AND troop_leader = %i', $gen, $generalID);
], 'no=%i AND troop = %i', $gen, $generalID);
if($db->affectedRows() == 0){
Json::die([