소스 검색

IM相关需求整理

8 년 전
부모
커밋
4377835e15
3개의 변경된 파일6개의 추가작업 그리고 11개의 파일을 삭제
  1. 2 7
      src/doctor/repository/group.msg.repo.js
  2. 3 3
      src/doctor/repository/private.msg.repo.js
  3. 1 1
      src/doctor/repository/stats.msg.repo.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 7
src/doctor/repository/group.msg.repo.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3 - 3
src/doctor/repository/private.msg.repo.js


+ 1 - 1
src/doctor/repository/stats.msg.repo.js

@ -36,7 +36,7 @@ exports.getChatList = function (userId, handler) {
 * @param userId
 * @param handler
 */
exports.getChatAllUnReadCount = function (userId, handler) {
  exports.getChatAllUnReadCount = function (userId, handler) {
    imRepo.execQuery({
        "sql": "SELECT new_msg_count from msg_statistic WHERE uid=? AND new_msg_count>0",
        "args": [userId],