Sfoglia il codice sorgente

Merge branch 'free_share' of iqiyoo:zhuishuyun_wap into free_share

onlinetest 6 anni fa
parent
commit
d55bb18ba8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Modules/ShareFree/Models/ShareUsers.php

+ 1 - 1
app/Modules/ShareFree/Models/ShareUsers.php

@@ -20,6 +20,6 @@ class ShareUsers extends Model
         if(!$rec) {
             return self::create($data);
         }
-        return false;
+        return $rec;
     }
 }