Explorar o código

wesmiler 报恩寺项目提交

wesmiler %!s(int64=4) %!d(string=hai) anos
pai
achega
f3931b1405
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/MasterService.php

+ 1 - 1
app/Services/MasterService.php

@@ -83,7 +83,7 @@ class MasterService extends BaseService
             $info->create_time  = time();
             $info->mark  = 1;
             $info->status = 2;
-            if($memberInfo->save()){
+            if($info->save()){
                 return message('申请提交成功,请耐心等候审核', true);
             }
         }else{