This commit is contained in:
thinkphp
2018-05-03 17:20:41 +08:00
parent a5afa55ce6
commit fa413f48e0

View File

@@ -121,7 +121,7 @@ abstract class Builder
$result[$item] = $item . '-' . floatval($val[1]);
break;
default:
throw new Exception('not support data :[' . $val[0] . ']');
throw new Exception('not support data:[' . $val[0] . ']');
}
} elseif (is_scalar($val)) {
// 过滤非标量数据