Browse Source

学生信息添加学籍号

DESKTOP-USV654P\pc 6 months ago
parent
commit
306d688305

+ 3 - 0
src/main/java/com/xjrsoft/module/student/vo/BaseStudentInfoDetailVo.java

@@ -120,4 +120,7 @@ public class BaseStudentInfoDetailVo {
 
     @ApiModelProperty("学生类别")
     private String studentForm;
+
+    @ApiModelProperty("学籍号")
+    private String rollNumber;
 }

+ 1 - 0
src/main/resources/mapper/student/BaseStudentSchoolRollMapper.xml

@@ -26,6 +26,7 @@
             t3.archives_status AS archivesStatusCode,
             t3.stduy_status AS stduyStatusCode,
             t3.roll_modality AS rollModalityCode,
+            t3.roll_number AS rollNumber,
             t12.name AS archives_status,
             t8.name AS stduy_status,
             t13.name AS roll_modality,