ShuanghongS 1 ay önce
ebeveyn
işleme
b69d89e028
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 0 0
      service/ocean_order.class.php
  2. 2 2
      service/report.class.php

Dosya farkı çok büyük olduğundan ihmal edildi
+ 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;

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor