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