Sfoglia il codice sorgente

Merge branch '0328_footcat_fr'

15313670163 1 settimana fa
parent
commit
8be4cf4160
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/JsonRpc/FooterService.php

+ 1 - 0
app/JsonRpc/FooterService.php

@@ -139,6 +139,7 @@ class FooterService implements FooterServiceInterface
             $child = FooterCategory::where('pid',$footer_category['id'])->first(); 
             if(!empty($child)){
                 $footer_category['child_name'] = $child['name'];
+                $footer_category['child_id'] = $child['id'];
                 $footer_category['is_child'] = 1;
             }else{
                 $footer_category['is_child'] = 0;