|
@@ -493,7 +493,7 @@ class report {
|
|
|
|
|
|
|
|
//用户自定义字段
|
|
//用户自定义字段
|
|
|
if($filed['field_type'] == 'Custom'){
|
|
if($filed['field_type'] == 'Custom'){
|
|
|
- $CustomFiled = " , '".$filed['custom_fixed_value']."' AS \"".$filed['field_display_name_user']."\"";
|
|
|
|
|
|
|
+ $CustomFiled .= " , '".$filed['custom_fixed_value']."' AS \"".$filed['field_display_name_user']."\"";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$temp = array();
|
|
$temp = array();
|
|
@@ -724,7 +724,7 @@ class report {
|
|
|
|
|
|
|
|
//用户自定义字段
|
|
//用户自定义字段
|
|
|
if($filed['field_type'] == 'Custom'){
|
|
if($filed['field_type'] == 'Custom'){
|
|
|
- $CustomFiled = " , '".$filed['custom_fixed_value']."' AS \"".$filed['field_display_name_user']."\"";
|
|
|
|
|
|
|
+ $CustomFiled .= " , '".$filed['custom_fixed_value']."' AS \"".$filed['field_display_name_user']."\"";
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
$dataReturn['tableColumns'] = $tableColumns;
|
|
$dataReturn['tableColumns'] = $tableColumns;
|