ShuanghongS 1 mesiac pred
rodič
commit
b69d89e028
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 0 0
      service/ocean_order.class.php
  2. 2 2
      service/report.class.php

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 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;

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov