Forráskód Böngészése

填充题卡字段学院和专业

caozixuan 2 éve
szülő
commit
14a3ea73d4

+ 1 - 0
distributed-print-business/src/main/java/com/qmth/distributed/print/business/util/PdfUtil.java

@@ -1,6 +1,7 @@
 package com.qmth.distributed.print.business.util;
 
 import com.itextpdf.text.Document;
+import com.itextpdf.text.PageSize;
 import com.itextpdf.text.Rectangle;
 import com.itextpdf.text.pdf.*;
 import com.qmth.boot.tools.models.ByteArray;

+ 2 - 0
distributed-print-business/src/main/resources/mapper/ExamStudentMapper.xml

@@ -195,6 +195,8 @@
                a.site_number   siteNumber,
                a.extend_fields extendFields,
                a.paper_type    paperType,
+               a.college_name  collegeName,
+               a.major_name    majorName,
                a.clazz_id      clazzId,
                a.clazz_name    clazzName,
                a.campus_name   campusName,