ShuanghongS 1 miesiąc temu
rodzic
commit
b69d89e028
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 0 0
      service/ocean_order.class.php
  2. 2 2
      service/report.class.php

Plik diff jest za duży
+ 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;

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików