Explorar el Código

wesmiler 报恩寺项目提交

wesmiler hace 4 años
padre
commit
f3931b1405
Se han modificado 1 ficheros con 1 adiciones y 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{