ShuanghongS 1 tháng trước cách đây
mục cha
commit
b69d89e028
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 0 0
      service/ocean_order.class.php
  2. 2 2
      service/report.class.php

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 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;

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác