瀏覽代碼

IM相关需求整理

8 年之前
父節點
當前提交
4377835e15

File diff suppressed because it is too large
+ 2 - 7
src/doctor/repository/group.msg.repo.js


File diff suppressed because it is too large
+ 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],