mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
使用exp表达式更新数据的异常提示
This commit is contained in:
@@ -120,6 +120,8 @@ abstract class Builder
|
||||
case 'dec':
|
||||
$result[$item] = $item . '-' . floatval($val[1]);
|
||||
break;
|
||||
default:
|
||||
throw new Exception('not support data :[' . $val[0] . ']');
|
||||
}
|
||||
} elseif (is_scalar($val)) {
|
||||
// 过滤非标量数据
|
||||
|
||||
Reference in New Issue
Block a user