DengTao 8 năm trước cách đây
mục cha
commit
22d0e1cce4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      www/protected/commands/GetKennelDetailWorkCommand.php

+ 2 - 1
www/protected/commands/GetKennelDetailWorkCommand.php

@@ -134,8 +134,9 @@ class GetKennelDetailWorkCommand extends CConsoleCommand {
                             $father_info['avatar'] = $tmp['extra']['parents'][0]['pic'];
                         if (isset($tmp['extra']['parents'][1]['pic']))
                             $mother_info['avatar'] = $tmp['extra']['parents'][1]['pic'];
-                        
+
                         $dealPet->father_info = (object)$father_info;
+                        var_dump($dealPet->father_info);exit;
                         $dealPet->mother_info = (object)$mother_info;
                         $dealPet->desc = $tmp['desc'];
                         $dealPet->vaccine_info = array();