chao 2 months ago
parent
commit
c9ee6c301f
2 changed files with 4 additions and 2 deletions
  1. 3 1
      .gitignore
  2. 1 1
      routes/router.js

+ 3 - 1
.gitignore

@@ -1,2 +1,4 @@
 node_modules/ 
-getEmail.py
+getEmail.py
+email_send_results.json
+上传学生样例.xlsx

+ 1 - 1
routes/router.js

@@ -85,7 +85,7 @@ router.route('/exportData').get(async function (req, res) {
                     上传文件: item.registration_form_url.split(",")[0],
                     上传视频: item.registration_form_url.split(",")[1],
                     报名时间: new Date(item.created_at).toLocaleString(),
-                    区域: item.area
+                    区域: item.user_area
                 }
             });
             const workbook = XLSX.utils.book_new();