@ -36,7 +36,7 @@ exports.getChatList = function (userId, handler) {
* @param userId
* @param 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],