Przeglądaj źródła

IM相关需求整理

8 lat temu
rodzic
commit
4377835e15

Plik diff jest za duży
+ 2 - 7
src/doctor/repository/group.msg.repo.js


Plik diff jest za duży
+ 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],