소스 검색

代码修改

8 년 전
부모
커밋
e1342cbdca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {