reloaded 5 년 전
부모
커밋
82590b4311
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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];