8 лет назад
Родитель
Сommit
4377835e15

Разница между файлами не показана из-за своего большого размера
+ 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],