diff --git a/srs-routine/src/main/java/com/srs/routine/domain/SysDisBasic.java b/srs-routine/src/main/java/com/srs/routine/domain/SysDisBasic.java index 6a91a60..5c58c67 100644 --- a/srs-routine/src/main/java/com/srs/routine/domain/SysDisBasic.java +++ b/srs-routine/src/main/java/com/srs/routine/domain/SysDisBasic.java @@ -2,6 +2,7 @@ package com.srs.routine.domain; import com.srs.common.annotation.Excel; import com.baomidou.mybatisplus.annotation.*; +import com.srs.comprehensive.domain.SrsStudent; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.*; @@ -393,6 +394,54 @@ private static final long serialVersionUID=1L; @Excel(name = "保留字段2") private String testTest; + /** + * 招就处电子签名 + */ + @ApiModelProperty("招就处电子签名") + @TableField("zs_qmd") + @Excel(name = "招就处电子签名") + private String zsQmd; + + /** + * 辅导员电子签名 + */ + @ApiModelProperty("辅导员电子签名") + @TableField("fd_qmd") + @Excel(name = "辅导员电子签名") + private String fdQmd; + + /** + * 学务电子签名 + */ + @ApiModelProperty("学务电子签名") + @TableField("xw_qmd") + @Excel(name = "学务电子签名") + private String xwQmd; + + /** + * 二级学院电子签名 + */ + @ApiModelProperty("二级学院电子签名") + @TableField("rj_qmd") + @Excel(name = "二级学院电子签名") + private String rjQmd; + + /** + * 学籍管理电子签名 + */ + @ApiModelProperty("学籍管理电子签名") + @TableField("xj_qmd") + @Excel(name = "学籍管理电子签名") + private String xjQmd; + + /** + * 教务处电子签名 + */ + @ApiModelProperty("教务处电子签名") + @TableField("jwc_qmd") + @Excel(name = "教务处电子签名") + private String jwcQmd; + /** * 退伍复学-填报材料 */ @@ -400,4 +449,11 @@ private static final long serialVersionUID=1L; @Excel(name = "退伍复学-填报材料") private List MaList; + /** + * 退伍复学-填报材料 + */ + @ApiModelProperty(value = "退伍复学-填报材料", hidden = true) + @Excel(name = "退伍复学-填报材料") + private List StuList; + } diff --git a/srs-routine/src/main/resources/mapper/routine/SysDisBasicMapper.xml b/srs-routine/src/main/resources/mapper/routine/SysDisBasicMapper.xml index 66d1617..82e079c 100644 --- a/srs-routine/src/main/resources/mapper/routine/SysDisBasicMapper.xml +++ b/srs-routine/src/main/resources/mapper/routine/SysDisBasicMapper.xml @@ -51,11 +51,107 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -89,6 +185,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" + + + - - select id, fx_id, fx_time, st_id, st_name, fd_name, sex, nations, fd_qm, xw_qm, er_qm, xj_qm, jw_qm, st_class, majors, grade, college, reasons, fd_idea, two_idea, xw_idea, xj_idea, jw_idea, zs_idea, zs_status, times, fd_status, xw_status, two_status, xjgl_status, jw_status, rw_time, zs_time, fd_time, xw_time, two_time, xj_time, jw_time, datab, dataa, conversion, process_id, deploy_id, student_id, test_data, test_test from sys_dis_basic + select id, fx_id, fx_time, st_id, st_name, fd_name, sex, nations, fd_qm, xw_qm, er_qm, xj_qm, jw_qm, st_class, majors, grade, college, reasons, fd_idea, two_idea, xw_idea, xj_idea, jw_idea, zs_idea, zs_status, times, fd_status, xw_status, two_status, xjgl_status, jw_status, rw_time, zs_time, fd_time, xw_time, two_time, xj_time, jw_time, datab, dataa, conversion, process_id, deploy_id, student_id, test_data, test_test, zs_qmd, fd_qmd, xw_qmd, rj_qmd, xj_qmd, jwc_qmd from sys_dis_basic @@ -237,6 +341,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" student_id, test_data, test_test, + zs_qmd, + fd_qmd, + xw_qmd, + rj_qmd, + xj_qmd, + jwc_qmd, #{fxId}, @@ -284,6 +394,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" #{studentId}, #{testData}, #{testTest}, + #{zsQmd}, + #{fdQmd}, + #{xwQmd}, + #{rjQmd}, + #{xjQmd}, + #{jwcQmd}, @@ -335,6 +451,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" student_id = #{studentId}, test_data = #{testData}, test_test = #{testTest}, + zs_qmd = #{zsQmd}, + fd_qmd = #{fdQmd}, + xw_qmd = #{xwQmd}, + rj_qmd = #{rjQmd}, + xj_qmd = #{xjQmd}, + jwc_qmd = #{jwcQmd}, where id = #{id}