@@ -245,6 +245,7 @@ public class VoteServiceImpl implements VoteService {
elect.setVoteId(voteId);
elect.setTopicId(options.getTopicId());
elect.setOptionId(optionId);
+ elect.setStuId(stuId);
voteElectMapper.save(elect);
} else {
throw new Exception("选项不存在,请查证");
@@ -45,7 +45,7 @@
</dependency>
<!-- test -->
<dependency>
- <groupId>com.usoftchina.saas</groupId>
+ <groupId>com.usoftchina.smartschool</groupId>
<artifactId>test-starter</artifactId>
<scope>test</scope>
@@ -51,7 +51,7 @@
@@ -229,7 +229,7 @@
<groupId>com.usoftchina.smartschool</groupId>
- <artifactId>file-dto</artifactId>
+ <artifactId> school-dto</artifactId>
<version>${project.release.version}</version>