dever 3 年 前
コミット
63b592642b
1 ファイル変更4 行追加0 行削除
  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')) {