Browse Source

IM相关需求整理

8 năm trước cách đây
mục cha
commit
4377835e15

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 2 - 7
src/doctor/repository/group.msg.repo.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 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],