浏览代码

Merge remote-tracking branch 'origin/saas' into saas

zouxuan 3 年之前
父节点
当前提交
d4d53b7c7c
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      mec-web/src/main/java/com/ym/mec/web/controller/ExportController.java

+ 5 - 1
mec-web/src/main/java/com/ym/mec/web/controller/ExportController.java

@@ -1309,8 +1309,12 @@ public class ExportController extends BaseController {
                 }
                 }
                 if (row.getStudentStatus().equals("NORMAL")) {
                 if (row.getStudentStatus().equals("NORMAL")) {
                     row.setStudentStatus("在读");
                     row.setStudentStatus("在读");
-                } else {
+                } else if (row.getStudentStatus().equals("QUIT")) {
                     row.setStudentStatus("退团");
                     row.setStudentStatus("退团");
+                } else if (row.getStudentStatus().equals("APPLY")) {
+                    row.setStudentStatus("报名");
+                } else {
+                    row.setStudentStatus("" + row.getStudentStatus());
                 }
                 }
                 if (row.getIsActive()) {
                 if (row.getIsActive()) {
                     row.setActiveName("是");
                     row.setActiveName("是");