diff --git a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_new_nocheckin.json b/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_new_nocheckin.json deleted file mode 100644 index db01563..0000000 --- a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_new_nocheckin.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "title": "新生未报到人员表", - "sheetName": "新生未报到人员表", - "titleHeight": 30, - "rowHeight": 30, - "showNumber": true, - "colInfo": [ - { - "show_column_name": "姓名", - "list_column_name": "xm", - "width": 20 - }, - { - "show_column_name": "性别", - "list_column_name": "xb", - "width": 20 - }, - { - "show_column_name": "出生日期", - "list_column_name": "csrq", - "width": 20 - }, - { - "show_column_name": "身份证号", - "list_column_name": "sfzh", - "width": 30 - }, - { - "show_column_name": "专业代码", - "list_column_name": "zydm", - "width": 20 - }, - { - "show_column_name": "专业名称", - "list_column_name": "zymc", - "width": 20 - }, - { - "show_column_name": "考生类型", - "list_column_name": "person_type_name", - "width": 40 - }, - { - "show_column_name": "政治面貌", - "list_column_name": "zzmm", - "width": 40 - }, - { - "show_column_name": "民族", - "list_column_name": "mz", - "width": 40 - }, - { - "show_column_name": "层次", - "list_column_name": "cc", - "width": 40 - }, - { - "show_column_name": "学习形式", - "list_column_name": "xxxs", - "width": 40 - }, - { - "show_column_name": "学制", - "list_column_name": "xz", - "width": 40 - }, - { - "show_column_name": "报到", - "list_column_name": "is_check_in", - "width": 40 - }, - { - "show_column_name": "报到时间", - "list_column_name": "check_in_time", - "width": 40 - } - ] -} \ No newline at end of file diff --git a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_new_zhongzhuan.json b/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_new_zhongzhuan.json deleted file mode 100644 index 4410bb1..0000000 --- a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_new_zhongzhuan.json +++ /dev/null @@ -1,139 +0,0 @@ -{ - "title": "招生信息采集表V1.1", - "sheetName": "学生基础信息", - "titleHeight": 30, - "rowHeight": 30, - "showNumber": true, - "colInfo": [ - { - "show_column_name": "考生号", - "list_column_name": "ksh", - "width": 25 - }, - { - "show_column_name": "准考证号", - "list_column_name": "zkzh", - "width": 25 - }, - { - "show_column_name": "入学总分", - "list_column_name": "score", - "width": 15 - }, - { - "show_column_name": "姓名", - "list_column_name": "xm", - "width": 12 - }, - { - "show_column_name": "性别", - "list_column_name": "xb", - "width": 10 - }, - { - "show_column_name": "出生日期", - "list_column_name": "csrq", - "width": 20 - }, - { - "show_column_name": "身份证号", - "list_column_name": "sfzh", - "width": 30 - }, - { - "show_column_name": "专业代码", - "list_column_name": "zydm", - "width": 12 - }, - { - "show_column_name": "专业名称", - "list_column_name": "zymc", - "width": 20 - }, - { - "show_column_name": "考生类型", - "list_column_name": "person_type_name", - "width": 20 - }, - { - "show_column_name": "政治面貌", - "list_column_name": "zzmm", - "width": 40 - }, - { - "show_column_name": "民族", - "list_column_name": "mz", - "width": 20 - }, - { - "show_column_name": "层次", - "list_column_name": "cc", - "width": 15 - }, - { - "show_column_name": "学习形式", - "list_column_name": "xxxs", - "width": 20 - }, - { - "show_column_name": "学制", - "list_column_name": "xz", - "width": 10 - }, - { - "show_column_name": "报到", - "list_column_name": "is_check_in", - "width": 15 - }, - { - "show_column_name": "报到时间", - "list_column_name": "check_in_time", - "width": 35 - }, - { - "show_column_name": "学号", - "list_column_name": "xh", - "width": 20 - }, - { - "show_column_name": "班号", - "list_column_name": "bh", - "width": 20 - }, - { - "show_column_name": "录取年份", - "list_column_name": "luqu_year", - "width": 15 - }, - { - "show_column_name": "学籍状态", - "list_column_name": "status_name_xueji", - "width": 15 - }, - { - "show_column_name": "毕业学校", - "list_column_name": "byxx", - "width": 40 - }, - { - "show_column_name": "通讯地址", - "list_column_name": "txdz", - "width": 100 - }, - { - "show_column_name": "邮政编码", - "list_column_name": "yzbm", - "width": 15 - }, - { - "show_column_name": "联系电话", - "list_column_name": "lxdh", - "width": 35 - }, - { - "show_column_name": "学生来源", - "list_column_name": "xsly", - "width": 20 - } - ] -} \ No newline at end of file diff --git a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_pregraduation_exportshow.json b/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_pregraduation_exportshow.json deleted file mode 100644 index bb60b27..0000000 --- a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_pregraduation_exportshow.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "title": "查询预毕业生表", - "sheetName": "查询预毕业生表", - "titleHeight": 30, - "rowHeight": 30, - "showNumber": true, - "colInfo": [ - { - "show_column_name": "班号", - "list_column_name": "bh", - "width": 25 - }, - { - "show_column_name": "班级", - "list_column_name": "class_name", - "width": 50 - }, - { - "show_column_name": "教学计划代码", - "list_column_name": "rule_code", - "width": 20 - }, - { - "show_column_name": "教学计划", - "list_column_name": "rule_name", - "width": 45 - }, - { - "show_column_name": "专业代码", - "list_column_name": "zydm", - "width": 12 - }, - { - "show_column_name": "专业名称", - "list_column_name": "zymc", - "width": 20 - }, - { - "show_column_name": "学号", - "list_column_name": "xh", - "width": 20 - }, - { - "show_column_name": "姓名", - "list_column_name": "xm", - "width": 12 - }, - { - "show_column_name": "性别", - "list_column_name": "xb", - "width": 10 - }, - { - "show_column_name": "出生日期", - "list_column_name": "csrq", - "width": 20 - }, - { - "show_column_name": "身份证号", - "list_column_name": "sfzh", - "width": 30 - }, - { - "show_column_name": "政治面貌", - "list_column_name": "zzmm", - "width": 40 - }, - { - "show_column_name": "民族", - "list_column_name": "mz", - "width": 20 - }, - { - "show_column_name": "报到", - "list_column_name": "is_check_in", - "width": 15 - }, - { - "show_column_name": "报到时间", - "list_column_name": "check_in_time", - "width": 35 - }, - { - "show_column_name": "考生号", - "list_column_name": "ksh", - "width": 25 - }, - { - "show_column_name": "准考证号", - "list_column_name": "zkzh", - "width": 25 - }, - { - "show_column_name": "入学总分", - "list_column_name": "score", - "width": 15 - }, - { - "show_column_name": "考生类型", - "list_column_name": "person_type_name", - "width": 20 - }, - { - "show_column_name": "层次", - "list_column_name": "cc", - "width": 15 - }, - { - "show_column_name": "学习形式", - "list_column_name": "xxxs", - "width": 20 - }, - { - "show_column_name": "学制", - "list_column_name": "xz", - "width": 10 - }, - { - "show_column_name": "录取年份", - "list_column_name": "luqu_year", - "width": 15 - }, - { - "show_column_name": "学籍状态", - "list_column_name": "status_name_xueji", - "width": 15 - }, - { - "show_column_name": "毕业学校", - "list_column_name": "byxx", - "width": 40 - }, - { - "show_column_name": "通讯地址", - "list_column_name": "txdz", - "width": 100 - }, - { - "show_column_name": "邮政编码", - "list_column_name": "yzbm", - "width": 15 - }, - { - "show_column_name": "联系电话", - "list_column_name": "lxdh", - "width": 35 - }, - { - "show_column_name": "学生来源", - "list_column_name": "xsly", - "width": 20 - } - ] -} \ No newline at end of file diff --git a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_pregraduationid_exportshow.json b/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_pregraduationid_exportshow.json deleted file mode 100644 index db9469a..0000000 --- a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_pregraduationid_exportshow.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "title": "预毕业生表电子注册号", - "sheetName": "预毕业生表电子注册号", - "titleHeight": 30, - "rowHeight": 30, - "showNumber": true, - "colInfo": [ - { - "show_column_name": "班号", - "list_column_name": "bh", - "width": 25 - }, - { - "show_column_name": "班级", - "list_column_name": "class_name", - "width": 50 - }, - { - "show_column_name": "教学计划代码", - "list_column_name": "rule_code", - "width": 20 - }, - { - "show_column_name": "教学计划", - "list_column_name": "rule_name", - "width": 45 - }, - { - "show_column_name": "专业代码", - "list_column_name": "zydm", - "width": 12 - }, - { - "show_column_name": "专业名称", - "list_column_name": "zymc", - "width": 20 - }, - { - "show_column_name": "学号", - "list_column_name": "xh", - "width": 20 - }, - { - "show_column_name": "姓名", - "list_column_name": "xm", - "width": 12 - }, - { - "show_column_name": "性别", - "list_column_name": "xb", - "width": 10 - }, - { - "show_column_name": "出生日期", - "list_column_name": "csrq", - "width": 20 - }, - { - "show_column_name": "身份证号", - "list_column_name": "sfzh", - "width": 30 - }, - { - "show_column_name": "政治面貌", - "list_column_name": "zzmm", - "width": 40 - }, - { - "show_column_name": "民族", - "list_column_name": "mz", - "width": 20 - }, - { - "show_column_name": "层次", - "list_column_name": "cc", - "width": 15 - }, - { - "show_column_name": "学习形式", - "list_column_name": "xxxs", - "width": 20 - }, - { - "show_column_name": "学制", - "list_column_name": "xz", - "width": 10 - }, - { - "show_column_name": "录取年份", - "list_column_name": "luqu_year", - "width": 15 - }, - { - "show_column_name": "电子注册号", - "list_column_name": "graduated_code", - "width": 30 - } - - ] -} \ No newline at end of file diff --git a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_2_exportshow.json b/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_2_exportshow.json deleted file mode 100644 index f643fb6..0000000 --- a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_2_exportshow.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "title": "查询(五年制转段后)在校生表", - "sheetName": "查询(五年制转段后)在校生表", - "titleHeight": 30, - "rowHeight": 30, - "showNumber": true, - "colInfo": [ - { - "show_column_name": "班号", - "list_column_name": "bh", - "width": 25 - }, - { - "show_column_name": "班级", - "list_column_name": "class_name", - "width": 50 - }, - { - "show_column_name": "教学计划代码", - "list_column_name": "rule_code", - "width": 20 - }, - { - "show_column_name": "教学计划", - "list_column_name": "rule_name", - "width": 45 - }, - { - "show_column_name": "专业代码", - "list_column_name": "zydm", - "width": 12 - }, - { - "show_column_name": "专业名称", - "list_column_name": "zymc", - "width": 20 - }, - { - "show_column_name": "学号", - "list_column_name": "xh", - "width": 20 - }, - { - "show_column_name": "姓名", - "list_column_name": "xm", - "width": 12 - }, - { - "show_column_name": "性别", - "list_column_name": "xb", - "width": 10 - }, - { - "show_column_name": "出生日期", - "list_column_name": "csrq", - "width": 20 - }, - { - "show_column_name": "身份证号", - "list_column_name": "sfzh", - "width": 30 - }, - { - "show_column_name": "政治面貌", - "list_column_name": "zzmm", - "width": 40 - }, - { - "show_column_name": "民族", - "list_column_name": "mz", - "width": 20 - }, - { - "show_column_name": "报到", - "list_column_name": "is_check_in", - "width": 15 - }, - { - "show_column_name": "报到时间", - "list_column_name": "check_in_time", - "width": 35 - }, - { - "show_column_name": "考生号", - "list_column_name": "ksh", - "width": 25 - }, - { - "show_column_name": "准考证号", - "list_column_name": "zkzh", - "width": 25 - }, - { - "show_column_name": "入学总分", - "list_column_name": "score", - "width": 15 - }, - { - "show_column_name": "考生类型", - "list_column_name": "person_type_name", - "width": 20 - }, - { - "show_column_name": "层次", - "list_column_name": "cc", - "width": 15 - }, - { - "show_column_name": "学习形式", - "list_column_name": "xxxs", - "width": 20 - }, - { - "show_column_name": "学制", - "list_column_name": "xz", - "width": 10 - }, - { - "show_column_name": "录取年份", - "list_column_name": "luqu_year", - "width": 15 - }, - { - "show_column_name": "学籍状态", - "list_column_name": "status_name_xueji", - "width": 15 - }, - { - "show_column_name": "毕业学校", - "list_column_name": "byxx", - "width": 40 - }, - { - "show_column_name": "通讯地址", - "list_column_name": "txdz", - "width": 100 - }, - { - "show_column_name": "邮政编码", - "list_column_name": "yzbm", - "width": 15 - }, - { - "show_column_name": "联系电话", - "list_column_name": "lxdh", - "width": 35 - }, - { - "show_column_name": "学生来源", - "list_column_name": "xsly", - "width": 20 - } - ] -} \ No newline at end of file diff --git a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_3_exportshow.json b/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_3_exportshow.json deleted file mode 100644 index b7654b6..0000000 --- a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_3_exportshow.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "title": "查询(三年制)在校生表", - "sheetName": "查询(三年制)在校生表", - "titleHeight": 30, - "rowHeight": 30, - "showNumber": true, - "colInfo": [ - { - "show_column_name": "班号", - "list_column_name": "bh", - "width": 25 - }, - { - "show_column_name": "班级", - "list_column_name": "class_name", - "width": 50 - }, - { - "show_column_name": "教学计划代码", - "list_column_name": "rule_code", - "width": 20 - }, - { - "show_column_name": "教学计划", - "list_column_name": "rule_name", - "width": 45 - }, - { - "show_column_name": "专业代码", - "list_column_name": "zydm", - "width": 12 - }, - { - "show_column_name": "专业名称", - "list_column_name": "zymc", - "width": 20 - }, - { - "show_column_name": "学号", - "list_column_name": "xh", - "width": 20 - }, - { - "show_column_name": "姓名", - "list_column_name": "xm", - "width": 12 - }, - { - "show_column_name": "性别", - "list_column_name": "xb", - "width": 10 - }, - { - "show_column_name": "出生日期", - "list_column_name": "csrq", - "width": 20 - }, - { - "show_column_name": "身份证号", - "list_column_name": "sfzh", - "width": 30 - }, - { - "show_column_name": "政治面貌", - "list_column_name": "zzmm", - "width": 40 - }, - { - "show_column_name": "民族", - "list_column_name": "mz", - "width": 20 - }, - { - "show_column_name": "报到", - "list_column_name": "is_check_in", - "width": 15 - }, - { - "show_column_name": "报到时间", - "list_column_name": "check_in_time", - "width": 35 - }, - { - "show_column_name": "考生号", - "list_column_name": "ksh", - "width": 25 - }, - { - "show_column_name": "准考证号", - "list_column_name": "zkzh", - "width": 25 - }, - { - "show_column_name": "入学总分", - "list_column_name": "score", - "width": 15 - }, - { - "show_column_name": "考生类型", - "list_column_name": "person_type_name", - "width": 20 - }, - { - "show_column_name": "层次", - "list_column_name": "cc", - "width": 15 - }, - { - "show_column_name": "学习形式", - "list_column_name": "xxxs", - "width": 20 - }, - { - "show_column_name": "学制", - "list_column_name": "xz", - "width": 10 - }, - { - "show_column_name": "录取年份", - "list_column_name": "luqu_year", - "width": 15 - }, - { - "show_column_name": "学籍状态", - "list_column_name": "status_name_xueji", - "width": 15 - }, - { - "show_column_name": "毕业学校", - "list_column_name": "byxx", - "width": 40 - }, - { - "show_column_name": "通讯地址", - "list_column_name": "txdz", - "width": 100 - }, - { - "show_column_name": "邮政编码", - "list_column_name": "yzbm", - "width": 15 - }, - { - "show_column_name": "联系电话", - "list_column_name": "lxdh", - "width": 35 - }, - { - "show_column_name": "学生来源", - "list_column_name": "xsly", - "width": 20 - } - ] -} \ No newline at end of file diff --git a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_3_xuezhao_exportshow.json b/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_3_xuezhao_exportshow.json deleted file mode 100644 index 1c47964..0000000 --- a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_3_xuezhao_exportshow.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "title": "学信网与招生信息比对不成功记录", - "sheetName": "学信网与招生信息比对不成功记录", - "titleHeight": 30, - "rowHeight": 30, - "showNumber": true, - "colInfo": [ - { - "show_column_name": "班号", - "list_column_name": "bh", - "width": 25 - }, - { - "show_column_name": "班级", - "list_column_name": "class_name", - "width": 50 - }, - { - "show_column_name": "教学计划代码", - "list_column_name": "rule_code", - "width": 20 - }, - { - "show_column_name": "教学计划", - "list_column_name": "rule_name", - "width": 45 - }, - { - "show_column_name": "专业代码", - "list_column_name": "zydm", - "width": 12 - }, - { - "show_column_name": "专业名称", - "list_column_name": "zymc", - "width": 20 - }, - { - "show_column_name": "学号", - "list_column_name": "xh", - "width": 20 - }, - { - "show_column_name": "姓名", - "list_column_name": "xm", - "width": 12 - }, - { - "show_column_name": "性别", - "list_column_name": "xb", - "width": 10 - }, - { - "show_column_name": "出生日期", - "list_column_name": "csrq", - "width": 20 - }, - { - "show_column_name": "身份证号", - "list_column_name": "sfzh", - "width": 30 - }, - { - "show_column_name": "招生标识", - "list_column_name": "input_zhaosheng_flag", - "width": 30 - }, - { - "show_column_name": "学信标识", - "list_column_name": "input_xuexin_flag", - "width": 30 - }, - { - "show_column_name": "政治面貌", - "list_column_name": "zzmm", - "width": 40 - }, - { - "show_column_name": "民族", - "list_column_name": "mz", - "width": 20 - }, - { - "show_column_name": "报到", - "list_column_name": "is_check_in", - "width": 15 - }, - { - "show_column_name": "报到时间", - "list_column_name": "check_in_time", - "width": 35 - }, - { - "show_column_name": "考生号", - "list_column_name": "ksh", - "width": 25 - }, - { - "show_column_name": "准考证号", - "list_column_name": "zkzh", - "width": 25 - }, - { - "show_column_name": "入学总分", - "list_column_name": "score", - "width": 15 - }, - { - "show_column_name": "考生类型", - "list_column_name": "person_type_name", - "width": 20 - }, - { - "show_column_name": "层次", - "list_column_name": "cc", - "width": 15 - }, - { - "show_column_name": "学习形式", - "list_column_name": "xxxs", - "width": 20 - }, - { - "show_column_name": "学制", - "list_column_name": "xz", - "width": 10 - }, - { - "show_column_name": "录取年份", - "list_column_name": "luqu_year", - "width": 15 - }, - { - "show_column_name": "学籍状态", - "list_column_name": "status_name_xueji", - "width": 15 - }, - { - "show_column_name": "毕业学校", - "list_column_name": "byxx", - "width": 40 - }, - { - "show_column_name": "通讯地址", - "list_column_name": "txdz", - "width": 100 - }, - { - "show_column_name": "邮政编码", - "list_column_name": "yzbm", - "width": 15 - }, - { - "show_column_name": "联系电话", - "list_column_name": "lxdh", - "width": 35 - }, - { - "show_column_name": "学生来源", - "list_column_name": "xsly", - "width": 20 - } - ] -} \ No newline at end of file diff --git a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_5_exportshow.json b/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_5_exportshow.json deleted file mode 100644 index eda415d..0000000 --- a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_5_exportshow.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "title": "查询(五年制)在校生表", - "sheetName": "查询(五年制)在校生表", - "titleHeight": 30, - "rowHeight": 30, - "showNumber": true, - "colInfo": [ - { - "show_column_name": "班号", - "list_column_name": "bh", - "width": 25 - }, - { - "show_column_name": "班级", - "list_column_name": "class_name", - "width": 50 - }, - { - "show_column_name": "教学计划代码", - "list_column_name": "rule_code", - "width": 20 - }, - { - "show_column_name": "教学计划", - "list_column_name": "rule_name", - "width": 45 - }, - { - "show_column_name": "专业代码", - "list_column_name": "zydm", - "width": 12 - }, - { - "show_column_name": "专业名称", - "list_column_name": "zymc", - "width": 20 - }, - { - "show_column_name": "学号", - "list_column_name": "xh", - "width": 20 - }, - { - "show_column_name": "姓名", - "list_column_name": "xm", - "width": 12 - }, - { - "show_column_name": "性别", - "list_column_name": "xb", - "width": 10 - }, - { - "show_column_name": "出生日期", - "list_column_name": "csrq", - "width": 20 - }, - { - "show_column_name": "身份证号", - "list_column_name": "sfzh", - "width": 30 - }, - { - "show_column_name": "政治面貌", - "list_column_name": "zzmm", - "width": 40 - }, - { - "show_column_name": "民族", - "list_column_name": "mz", - "width": 20 - }, - { - "show_column_name": "报到", - "list_column_name": "is_check_in", - "width": 15 - }, - { - "show_column_name": "报到时间", - "list_column_name": "check_in_time", - "width": 35 - }, - { - "show_column_name": "考生号", - "list_column_name": "ksh", - "width": 25 - }, - { - "show_column_name": "准考证号", - "list_column_name": "zkzh", - "width": 25 - }, - { - "show_column_name": "入学总分", - "list_column_name": "score", - "width": 15 - }, - { - "show_column_name": "考生类型", - "list_column_name": "person_type_name", - "width": 20 - }, - { - "show_column_name": "层次", - "list_column_name": "cc", - "width": 15 - }, - { - "show_column_name": "学习形式", - "list_column_name": "xxxs", - "width": 20 - }, - { - "show_column_name": "学制", - "list_column_name": "xz", - "width": 10 - }, - { - "show_column_name": "录取年份", - "list_column_name": "luqu_year", - "width": 15 - }, - { - "show_column_name": "学籍状态", - "list_column_name": "status_name_xueji", - "width": 15 - }, - { - "show_column_name": "毕业学校", - "list_column_name": "byxx", - "width": 40 - }, - { - "show_column_name": "通讯地址", - "list_column_name": "txdz", - "width": 100 - }, - { - "show_column_name": "邮政编码", - "list_column_name": "yzbm", - "width": 15 - }, - { - "show_column_name": "联系电话", - "list_column_name": "lxdh", - "width": 35 - }, - { - "show_column_name": "学生来源", - "list_column_name": "xsly", - "width": 20 - } - ] -} \ No newline at end of file diff --git a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_changeStuStatus_exportshow.json b/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_changeStuStatus_exportshow.json deleted file mode 100644 index 4e24087..0000000 --- a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_changeStuStatus_exportshow.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "title": "在校生异动记录表", - "sheetName": "在校生异动记录表", - "titleHeight": 30, - "rowHeight": 30, - "showNumber": true, - "colInfo": [ - { - "show_column_name": "专业名称", - "list_column_name": "ozymc", - "width": 18 - }, - { - "show_column_name": "班号", - "list_column_name": "obh", - "width": 20 - }, - { - "show_column_name": "班级", - "list_column_name": "oclass_name", - "width": 30 - }, - { - "show_column_name": "学号", - "list_column_name": "oxh", - "width": 20 - }, - { - "show_column_name": "姓名", - "list_column_name": "xm", - "width": 12 - }, - { - "show_column_name": "身份证号", - "list_column_name": "sfzh", - "width": 30 - }, - { - "show_column_name": "学籍状态", - "list_column_name": "status_name_xueji", - "width": 15 - }, - { - "show_column_name": "异动类型", - "list_column_name": "status_name", - "width": 15 - }, - { - "show_column_name": "异动原因", - "list_column_name": "status_reason", - "width": 50 - }, - { - "show_column_name": "异动开始时间", - "list_column_name": "status_starttime", - "width": 35 - }, - { - "show_column_name": "异动截止时间", - "list_column_name": "status_endtime", - "width": 35 - }, - { - "show_column_name": "新专业", - "list_column_name": "nzydm", - "width": 20 - }, - { - "show_column_name": "新班号", - "list_column_name": "nbh", - "width": 20 - }, - { - "show_column_name": "新班级", - "list_column_name": "nclass_name", - "width": 30 - }, - { - "show_column_name": "申请者", - "list_column_name": "operator_name", - "width": 12 - }, - { - "show_column_name": "申请时间", - "list_column_name": "operator_time", - "width": 35 - }, - { - "show_column_name": "审核者", - "list_column_name": "allow_operator_name", - "width": 12 - }, - { - "show_column_name": "审核时间", - "list_column_name": "allow_operator_time", - "width": 35 - } - ] -} \ No newline at end of file diff --git a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_exportshow.json b/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_exportshow.json deleted file mode 100644 index b7654b6..0000000 --- a/baseServiceJava/src/main/resources/ExcelExportTemplate/xueji_school_exportshow.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "title": "查询(三年制)在校生表", - "sheetName": "查询(三年制)在校生表", - "titleHeight": 30, - "rowHeight": 30, - "showNumber": true, - "colInfo": [ - { - "show_column_name": "班号", - "list_column_name": "bh", - "width": 25 - }, - { - "show_column_name": "班级", - "list_column_name": "class_name", - "width": 50 - }, - { - "show_column_name": "教学计划代码", - "list_column_name": "rule_code", - "width": 20 - }, - { - "show_column_name": "教学计划", - "list_column_name": "rule_name", - "width": 45 - }, - { - "show_column_name": "专业代码", - "list_column_name": "zydm", - "width": 12 - }, - { - "show_column_name": "专业名称", - "list_column_name": "zymc", - "width": 20 - }, - { - "show_column_name": "学号", - "list_column_name": "xh", - "width": 20 - }, - { - "show_column_name": "姓名", - "list_column_name": "xm", - "width": 12 - }, - { - "show_column_name": "性别", - "list_column_name": "xb", - "width": 10 - }, - { - "show_column_name": "出生日期", - "list_column_name": "csrq", - "width": 20 - }, - { - "show_column_name": "身份证号", - "list_column_name": "sfzh", - "width": 30 - }, - { - "show_column_name": "政治面貌", - "list_column_name": "zzmm", - "width": 40 - }, - { - "show_column_name": "民族", - "list_column_name": "mz", - "width": 20 - }, - { - "show_column_name": "报到", - "list_column_name": "is_check_in", - "width": 15 - }, - { - "show_column_name": "报到时间", - "list_column_name": "check_in_time", - "width": 35 - }, - { - "show_column_name": "考生号", - "list_column_name": "ksh", - "width": 25 - }, - { - "show_column_name": "准考证号", - "list_column_name": "zkzh", - "width": 25 - }, - { - "show_column_name": "入学总分", - "list_column_name": "score", - "width": 15 - }, - { - "show_column_name": "考生类型", - "list_column_name": "person_type_name", - "width": 20 - }, - { - "show_column_name": "层次", - "list_column_name": "cc", - "width": 15 - }, - { - "show_column_name": "学习形式", - "list_column_name": "xxxs", - "width": 20 - }, - { - "show_column_name": "学制", - "list_column_name": "xz", - "width": 10 - }, - { - "show_column_name": "录取年份", - "list_column_name": "luqu_year", - "width": 15 - }, - { - "show_column_name": "学籍状态", - "list_column_name": "status_name_xueji", - "width": 15 - }, - { - "show_column_name": "毕业学校", - "list_column_name": "byxx", - "width": 40 - }, - { - "show_column_name": "通讯地址", - "list_column_name": "txdz", - "width": 100 - }, - { - "show_column_name": "邮政编码", - "list_column_name": "yzbm", - "width": 15 - }, - { - "show_column_name": "联系电话", - "list_column_name": "lxdh", - "width": 35 - }, - { - "show_column_name": "学生来源", - "list_column_name": "xsly", - "width": 20 - } - ] -} \ No newline at end of file diff --git a/baseServiceJava/src/main/resources/ExcelExportTemplate/zhaosheng_error_1.json b/baseServiceJava/src/main/resources/ExcelExportTemplate/zhaosheng_error_1.json deleted file mode 100644 index 693c69f..0000000 --- a/baseServiceJava/src/main/resources/ExcelExportTemplate/zhaosheng_error_1.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "title": "未进行志愿填报,存在面试成绩", - "sheetName": "Sheet1", - "titleHeight": 30, - "rowHeight": 30, - "showNumber": true, - "colInfo": [ - { - "show_column_name": "身份证号", - "list_column_name": "identity_num", - "width": 30 - }, - { - "show_column_name": "学生姓名", - "list_column_name": "student_name", - "width": 20 - }, - { - "show_column_name": "职业素养", - "list_column_name": "type_1", - "width": 20 - }, - { - "show_column_name": "文化素养", - "list_column_name": "type_2", - "width": 20 - }, - { - "show_column_name": "沟通表达", - "list_column_name": "type_3", - "width": 20 - }, - { - "show_column_name": "专业科目", - "list_column_name": "type_4", - "width": 20 - }, - { - "show_column_name": "总分", - "list_column_name": "score", - "width": 20 - } - ] -} \ No newline at end of file diff --git a/baseServiceJava/src/main/resources/ExcelExportTemplate/zhaosheng_error_4.json b/baseServiceJava/src/main/resources/ExcelExportTemplate/zhaosheng_error_4.json deleted file mode 100644 index 90a11b9..0000000 --- a/baseServiceJava/src/main/resources/ExcelExportTemplate/zhaosheng_error_4.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "title": "姓名不符合的人员名单", - "sheetName": "Sheet1", - "titleHeight": 30, - "rowHeight": 30, - "showNumber": true, - "colInfo": [ - { - "show_column_name": "身份证号", - "list_column_name": "identity_num", - "width": 30 - }, - { - "show_column_name": "学生姓名", - "list_column_name": "student_name", - "width": 20 - }, - { - "show_column_name": "联系方式", - "list_column_name": "telephone", - "width": 20 - } - ] -} \ No newline at end of file diff --git a/baseServiceJava/src/main/resources/ExcelExportTemplate/zhaosheng_error_5.json b/baseServiceJava/src/main/resources/ExcelExportTemplate/zhaosheng_error_5.json deleted file mode 100644 index eb8d62f..0000000 --- a/baseServiceJava/src/main/resources/ExcelExportTemplate/zhaosheng_error_5.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "title": "有志愿没有成绩的人员名单", - "sheetName": "Sheet1", - "titleHeight": 30, - "rowHeight": 30, - "showNumber": true, - "colInfo": [ - { - "show_column_name": "身份证号", - "list_column_name": "identity_num", - "width": 30 - }, - { - "show_column_name": "学生姓名", - "list_column_name": "student_name", - "width": 20 - }, - { - "show_column_name": "联系方式", - "list_column_name": "telephone", - "width": 20 - } - ] -} \ No newline at end of file diff --git a/baseServiceJava/src/main/resources/ExcelExportTemplate/zhaosheng_zhiyuan.json b/baseServiceJava/src/main/resources/ExcelExportTemplate/zhaosheng_zhiyuan.json deleted file mode 100644 index e33e4cd..0000000 --- a/baseServiceJava/src/main/resources/ExcelExportTemplate/zhaosheng_zhiyuan.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "title": "志愿信息表", - "sheetName": "志愿信息表", - "titleHeight": 30, - "rowHeight": 30, - "showNumber": true, - "colInfo": [ - { - "show_column_name": "姓名", - "list_column_name": "student_name", - "width": 20 - }, - { - "show_column_name": "身份证号", - "list_column_name": "identity_num", - "width": 30 - }, - { - "show_column_name": "考号", - "list_column_name": "kaohao", - "width": 20 - }, - { - "show_column_name": "密号", - "list_column_name": "mihao", - "width": 20 - }, - { - "show_column_name": "考生类型", - "list_column_name": "person_type_name", - "width": 40 - }, - { - "show_column_name": "第一志愿", - "list_column_name": "zhuanye_jihua_code_I_name", - "width": 40 - }, - { - "show_column_name": "第二志愿", - "list_column_name": "zhuanye_jihua_code_II_name", - "width": 40 - } - ] -} \ No newline at end of file diff --git a/baseServiceJava/src/main/resources/debug.sh b/baseServiceJava/src/main/resources/debug.sh index c0b2cdb..55549ef 100644 --- a/baseServiceJava/src/main/resources/debug.sh +++ b/baseServiceJava/src/main/resources/debug.sh @@ -2,12 +2,12 @@ # 启动入口类,该脚本文件用于别的项目时要改这里 -MAIN_CLASS=com.wanma.baseService.Start +MAIN_CLASS=com.dsideal.baseService.Start # # Java 命令行参数,根据需要开启下面的配置,改成自己需要的,注意等号前后不能有空格 -export JAVA_HOME=/usr/java/jdk +export JAVA_HOME=/usr/local/jdk export JRE_HOME=${JAVA_HOME}/jre export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib export PATH=${JAVA_HOME}/bin:$PATH diff --git a/baseServiceJava/src/main/resources/start.sh b/baseServiceJava/src/main/resources/start.sh index 6b0a67a..40dfba7 100644 --- a/baseServiceJava/src/main/resources/start.sh +++ b/baseServiceJava/src/main/resources/start.sh @@ -2,12 +2,12 @@ # 启动入口类,该脚本文件用于别的项目时要改这里 -MAIN_CLASS=com.wanma.baseService.Start +MAIN_CLASS=com.dsideal.baseService.Start # # Java 命令行参数,根据需要开启下面的配置,改成自己需要的,注意等号前后不能有空格 -export JAVA_HOME=/usr/java/jdk +export JAVA_HOME=/usr/local/jdk export JRE_HOME=${JAVA_HOME}/jre export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib export PATH=${JAVA_HOME}/bin:$PATH diff --git a/baseServiceJava/src/main/resources/stop.sh b/baseServiceJava/src/main/resources/stop.sh index b7749d5..4024303 100644 --- a/baseServiceJava/src/main/resources/stop.sh +++ b/baseServiceJava/src/main/resources/stop.sh @@ -2,7 +2,7 @@ # 启动入口类,该脚本文件用于别的项目时要改这里 -MAIN_CLASS=com.wanma.baseService.Start +MAIN_CLASS=com.dsideal.baseService.Start # # kill 命令不使用 -9 参数时,会回调 onStop() 方法,确定不需要此回调建议使用 -9 参数