버그 수정
This commit is contained in:
@@ -30,7 +30,7 @@ class ReqCityCapacity extends Constraint{
|
|||||||
if(is_numeric($this->reqVal)){
|
if(is_numeric($this->reqVal)){
|
||||||
$this->isPercent = false;
|
$this->isPercent = false;
|
||||||
}
|
}
|
||||||
else if(is_str($this->reqVal)){
|
else if(is_string($this->reqVal)){
|
||||||
$this->reqVal = Util::convPercentStrToFloat($this->reqVal);
|
$this->reqVal = Util::convPercentStrToFloat($this->reqVal);
|
||||||
if($this->reqVal === null){
|
if($this->reqVal === null){
|
||||||
if(!$throwExeception){return false; }
|
if(!$throwExeception){return false; }
|
||||||
|
|||||||
Reference in New Issue
Block a user