mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
调整
This commit is contained in:
@@ -121,7 +121,7 @@ abstract class Builder
|
|||||||
$result[$item] = $item . '-' . floatval($val[1]);
|
$result[$item] = $item . '-' . floatval($val[1]);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new Exception('not support data :[' . $val[0] . ']');
|
throw new Exception('not support data:[' . $val[0] . ']');
|
||||||
}
|
}
|
||||||
} elseif (is_scalar($val)) {
|
} elseif (is_scalar($val)) {
|
||||||
// 过滤非标量数据
|
// 过滤非标量数据
|
||||||
|
|||||||
Reference in New Issue
Block a user