瀏覽代碼

修改部分pom

koul 6 年之前
父節點
當前提交
faee23924a

+ 1 - 0
applications/wechat/wechat-server/src/main/java/com/usoftchina/smartschool/wechat/service/impl/VoteServiceImpl.java

@@ -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("选项不存在,请查证");

+ 1 - 1
base-servers/account/account-server/pom.xml

@@ -45,7 +45,7 @@
     </dependency>
     <!-- test -->
     <dependency>
-      <groupId>com.usoftchina.saas</groupId>
+      <groupId>com.usoftchina.smartschool</groupId>
       <artifactId>test-starter</artifactId>
       <scope>test</scope>
     </dependency>

+ 1 - 1
base-servers/auth/auth-server/pom.xml

@@ -51,7 +51,7 @@
     </dependency>
     <!-- test -->
     <dependency>
-      <groupId>com.usoftchina.saas</groupId>
+      <groupId>com.usoftchina.smartschool</groupId>
       <artifactId>test-starter</artifactId>
     </dependency>
     <dependency>

+ 1 - 1
pom.xml

@@ -229,7 +229,7 @@
             </dependency>
             <dependency>
                 <groupId>com.usoftchina.smartschool</groupId>
-                <artifactId>file-dto</artifactId>
+                <artifactId> school-dto</artifactId>
                 <version>${project.release.version}</version>
             </dependency>
             <dependency>