dever 3 년 전
부모
커밋
9a8e25de88
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      service/agent/lib/Order.php

+ 5 - 0
service/agent/lib/Order.php

@@ -664,6 +664,11 @@ class Order
                     }
                 }
 
+                if (!$table['body']) {
+                    unset($table);
+                    $table = array();
+                }
+
                 if (isset($process[3]['type']) && is_array($process[3]['type']) && in_array(3, $process[3]['type'])) {
                     $parent_title = '(已发放分润)';
                     $parent_button = array();