zengh
2021-07-19 0e7cc8c8adcc5dbe6035093065ad635fd758b805
增加资格审查状态
3 files modified
8 ■■■■ changed files
src/main/java/org/springblade/modules/apply/entity/Apply.java 2 ●●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/apply/mapper/ApplyMapper.xml 4 ●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/system/entity/User.java 2 ●●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/apply/entity/Apply.java
@@ -158,5 +158,7 @@
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date examTime;
    private String examinationType;
    private String examinationMx;
}
src/main/java/org/springblade/modules/apply/mapper/ApplyMapper.xml
@@ -7,7 +7,7 @@
        SELECT
            sa.id,sa.user_id userId,sa.candidate_no candidateNo,apply_time,exam_id examId,
            ke.total_score paperScore,ke.exam_type examType,ke.start_time examTime,ke.exam_name examName,
            bu.real_name name,
            bu.real_name name,sa.examination_type,sa.examination_mx,
            bd.dept_name deptName
        FROM
            sys_apply sa
@@ -44,7 +44,7 @@
        SELECT
            sa.id,sa.user_id userId,sa.candidate_no candidateNo,apply_time,exam_id examId,
            ke.total_score paperScore,ke.exam_type examType,ke.start_time examTime,ke.exam_name examName,
            bu.real_name name,
            bu.real_name name,sa.examination_type,sa.examination_mx,
            bd.dept_name deptName
        FROM
            sys_apply sa
src/main/java/org/springblade/modules/system/entity/User.java
@@ -163,6 +163,8 @@
     */
    private String securitynumber;
    private String examinationType;
    private String examinationMx;
}