mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
调整
This commit is contained in:
@@ -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)) {
|
||||
// 过滤非标量数据
|
||||
|
||||
Reference in New Issue
Block a user