dever 3 years ago
parent
commit
63b592642b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/store/admin/Auth.php

+ 4 - 0
app/store/admin/Auth.php

@@ -404,6 +404,10 @@ class Auth
             $type = implode(',', $type);
         }
 
+        if (!isset($data['order']['child'])) {
+            unset($data['order']);
+        }
+
         $this->msg = 0;
         /*
         if ($info && Dever::project('message')) {