|
|
@@ -391,7 +391,7 @@ public class live extends Controller {
|
|
|
*/
|
|
|
public String getRealTimeMessageList() {
|
|
|
String channelid = content.getString("channelid");
|
|
|
- Long time = getDateTime().getTime();
|
|
|
+ Long time = getDateTime().getTime() - 1*60*1000;
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "ʵʱÁÄÌìÁбí", pageSize, pageNumber, "t1.tlive_usermessagid DESC");
|
|
|
sqlFactory.addParameter("channelid", channelid);
|
|
|
sqlFactory.addParameter("time", time);
|