mac 1 주 전
부모
커밋
f15abe827c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/controller/UserController.php

+ 2 - 2
app/controller/UserController.php

@@ -320,11 +320,11 @@ class UserController
             }
         }
 
-        $has47 = Db::table('wa_stream')
+        $has53 = Db::table('wa_stream')
             ->where('user_id', $request->user_data['id'])
             ->where('type', streamType53)
             ->exists();
-        if (empty($has47)) {
+        if (empty($has53)) {
             StreamBusiness::addStream($request->user_data['id'], 10000000, streamType53, moldType23, moldTypefild23);
             StreamBusiness::addStream($request->user_data['id'], 66000, streamType53, moldType22, moldTypefild22);
             StreamBusiness::addStream($request->user_data['id'], 10000000, streamType53, moldType10, moldTypefild10);