yingzi 2 năm trước cách đây
mục cha
commit
003781347f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/model/api/UserShowTemplate.php

+ 1 - 0
app/model/api/UserShowTemplate.php

@@ -37,6 +37,7 @@ class UserShowTemplate extends Model
         var_dump("xxx");
         $count =  $this->where("uid",$uid)->where("is_init",1)->count();
         if($count<=0){
+            var_dump("aaa");
             $initTemp = $this->where("is_init",1)->find();
             if(!empty($initTemp)){
                 var_dump($initTemp);