reloaded %!s(int64=5) %!d(string=hai) anos
pai
achega
82590b4311
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/service/expert.js

+ 0 - 1
app/service/expert.js

@@ -16,7 +16,6 @@ class ExpertService extends CrudService {
 
   async update({ id }, data) {
     const expert = await this.model.findById(id);
-    console.log(data);
     const { name, gender, id_number, phone, address, birthday, email, img_url, level, levelname, position, school, education, degree, major, profession, resume, project, academic, status } = data;
     const user = (await this.umodel.find({ userid: id }))[0];