VAL2를 VAL_max로 변경
This commit is contained in:
@@ -92,7 +92,7 @@ class ChangeCity extends \sammo\Event\Action{
|
||||
}
|
||||
|
||||
private function genSQLGeneric($key, $value){
|
||||
$keyMax = $key.'2'; //comm, comm2
|
||||
$keyMax = $key.'_max'; //comm, comm_max
|
||||
|
||||
if(is_float($value)){
|
||||
if($value < 0){
|
||||
|
||||
Reference in New Issue
Block a user