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();