yingzi 2 years ago
parent
commit
003781347f
1 changed files with 1 additions and 0 deletions
  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");
         var_dump("xxx");
         $count =  $this->where("uid",$uid)->where("is_init",1)->count();
         $count =  $this->where("uid",$uid)->where("is_init",1)->count();
         if($count<=0){
         if($count<=0){
+            var_dump("aaa");
             $initTemp = $this->where("is_init",1)->find();
             $initTemp = $this->where("is_init",1)->find();
             if(!empty($initTemp)){
             if(!empty($initTemp)){
                 var_dump($initTemp);
                 var_dump($initTemp);