Browse Source

代码修改

8 years ago
parent
commit
e1342cbdca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/repository/mysql/participant.repo.js

+ 1 - 1
src/server/repository/mysql/participant.repo.js

@ -88,7 +88,7 @@ class ParticipantRepo {
     *
     * @param userIds
     */
    saveParticipantsToMysql(session_id, userIds) {
    static saveParticipantsToMysql(session_id, userIds) {
        let sql = "insert into " + DB_TABLES.Participants + " (session_id,participant_id,participant_role,receiving) VALUES "
        let args = [];
        for (var j in userIds) {