ShuanghongS hace 1 mes
padre
commit
b69d89e028
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 0 0
      service/ocean_order.class.php
  2. 2 2
      service/report.class.php

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
service/ocean_order.class.php


+ 2 - 2
service/report.class.php

@@ -493,7 +493,7 @@ class report {
 
                 //用户自定义字段
                 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();
@@ -724,7 +724,7 @@ class report {
 
                 //用户自定义字段
                 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;

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio