|
exports.findAllMessages = function (to, from, contentType, start, end, count, closedInterval, handler) {
|
|
exports.findAllMessages = function (to, from, contentType, start, end, count, closedInterval, handler) {
|
|
var sql = "SELECT msg_id, to_uid, from_uid, type, content, timestamp from msg_p2p " +
|
|
var sql = "SELECT msg_id, to_uid, from_uid, type, content, timestamp from msg_p2p " +
|