등용 추가

This commit is contained in:
2018-10-21 03:02:22 +09:00
parent 42418394ed
commit c08459e370
7 changed files with 1201 additions and 7 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ class che_증여 extends Command\GeneralCommand{
if(!is_int($destGeneralID)){
return false;
}
if($destGeneralID < 0){
if($destGeneralID <= 0){
return false;
}
if($destGeneralID == $this->generalObj->getID()){