@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.qmth.distributed.print.business</groupId>
<artifactId>distributed-print-business</artifactId>
- <version>3.2.6.2</version>
+ <version>3.2.7.1</version>
<build>
<plugins>
<plugin>
@@ -22,7 +22,7 @@
<parent>
<groupId>com.qmth.distributed.print.service</groupId>
<artifactId>distributed-print-service</artifactId>
</parent>
<dependencies>
@@ -242,8 +242,6 @@ ALTER TABLE `t_b_sync_task`
ADD COLUMN `third_relate_name` VARCHAR(300) NULL COMMENT '云阅卷考试名称' AFTER `third_relate_id`,
ADD COLUMN `exam_time` VARCHAR(20) NULL COMMENT '考试时间' AFTER `third_relate_name`;
-INSERT INTO `sys_privilege` (`id`, `name`, `url`, `type`, `parent_id`, `sequence`, `property`, `enable`, `default_auth`) VALUES ('193', '题卡暂存(自动)', '/api/admin/exam/card/storage_card', 'URL', '175', '4', 'SYS', '1', '1');
-
ALTER TABLE `exam_card`
ADD COLUMN `stage_content` MEDIUMTEXT NULL COMMENT '暂存内容(提交后置空)' AFTER `content`;
@@ -142,8 +142,6 @@ ALTER TABLE `t_b_sync_task`
@@ -4,13 +4,13 @@
<groupId>com.qmth.distributed.print</groupId>
<artifactId>distributed-print</artifactId>
<packaging>jar</packaging>
<packaging>pom</packaging>
<modules>
<groupId>com.qmth.teachcloud.common.api</groupId>
<artifactId>teachcloud-common-api</artifactId>
<groupId>com.qmth.teachcloud.common</groupId>
<artifactId>teachcloud-common</artifactId>