quanwei
2025-12-19 408c463c5b66bba2aa1c81d8dca23e04c1608e24
admin/app/shop/service/ProductService.php
@@ -19,7 +19,7 @@
    public static function getEditData($model = null, $scene = 'edit')
    {
        // 商品分类
        $category = CategoryModel::getCacheTree();
        $category = CategoryModel::getCategoryALL()['tree'];
        // 配送模板,仅仅查当前模板
        $delivery = [];
        if($model){