city의 officer를 general로 이동
This commit is contained in:
@@ -226,8 +226,8 @@ abstract class BaseCommand{
|
||||
return $this->generalObj->getNationID();
|
||||
}
|
||||
|
||||
public function getGeneralLevel(){
|
||||
return $this->generalObj->getVar('level');
|
||||
public function getOfficerLevel(){
|
||||
return $this->generalObj->getVar('officer_level');
|
||||
}
|
||||
|
||||
public function getBrief():string{
|
||||
|
||||
Reference in New Issue
Block a user