shish 2 years ago
parent
commit
5fbe6c9bed
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app-ghs/controllers/ProductController.php

+ 2 - 0
app-ghs/controllers/ProductController.php

@@ -1038,6 +1038,8 @@ class ProductController extends BaseController
             }
         }
 
+        print_r($post['cpInfo']);die;
+
         $post['adminId'] = $this->adminId;
         $post['staffId'] = $this->shopAdmin->id;
         $post['staffName'] = $this->shopAdmin->name;