Browse Source

价格表

shish 2 years ago
parent
commit
0214486da3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      biz-ghs/product/services/ProductService.php

+ 1 - 0
biz-ghs/product/services/ProductService.php

@@ -412,6 +412,7 @@ class ProductService extends BaseService
                         'name' => $cName,
                         'price' => $price,
                     ];
+                    print_r($child);die;
                 }
             }
         }