Success变更记录

Summary

  1. 投票总人数/已投票人数 接口增加返回 (details)
  2. 用户投票时发送websocket消息,便于前端识别做刷新用 (details)
  3. 添加注释 (details)
Commit c4080a36bb3e12ad8a294dfff89699ac5239d4d4 by 1670438505
投票总人数/已投票人数 接口增加返回
The file was modifiedbiz-xqxt-server/src/main/java/com/artfess/xqxt/meeting/manager/impl/BizMeetingVoteManagerImpl.java
The file was modifiedbiz-xqxt-server/src/main/java/com/artfess/xqxt/meeting/model/BizMeetingTopic.java
The file was modifiedbiz-xqxt-server/src/main/java/com/artfess/xqxt/meeting/manager/impl/BizMeetingEntrustLogManagerImpl.java
The file was modifiedbiz-xqxt-server/src/main/java/com/artfess/xqxt/meeting/model/BizMeetingQuestion.java
The file was modifiedbiz-xqxt-server/src/main/java/com/artfess/xqxt/meeting/controller/BizMeetingVoteController.java
The file was modifiedbiz-xqxt-server/src/main/java/com/artfess/xqxt/meeting/controller/BizMeetingEntrustLogController.java
Commit 17db533629da175e47d019f1f1a9e94d960c993e by 1670438505
用户投票时发送websocket消息,便于前端识别做刷新用
The file was modifiedbiz-xqxt-server/src/main/java/com/artfess/xqxt/meeting/manager/impl/BizMeetingVoteManagerImpl.java
The file was modifiedbpm-base/src/main/java/com/artfess/base/constants/WebsocketConst.java
Commit 8fdc91143c83199859a5eb73e6a72ef7f4cf8586 by 1670438505
添加注释
The file was modifiedbpm-base/src/main/java/com/artfess/base/webSocket/NettyServer.java