liuyu 4 năm trước cách đây
mục cha
commit
535d4466a7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/service/headteacher.js

+ 1 - 1
app/service/headteacher.js

@@ -39,7 +39,7 @@ class HeadteacherService extends CrudService {
         if (openid) {
           _user.openid = openid;
         }
-        user.save();
+        _user.save();
       }
     }
     return res;