|
@@ -73,7 +73,7 @@ public class supplyanddemand extends Controller {
|
|
|
SQLFactory timnewmsgSQL = new SQLFactory(this, "即时通讯群最新消息查询");
|
|
|
timnewmsgSQL.addParameter("siteid", siteid);
|
|
|
timnewmsgSQL.addParameter("userid",userid);
|
|
|
- timnewmsgSQL.addParameter_in("timdialogid", rows.toArrayList("timdialogid"));
|
|
|
+ timnewmsgSQL.addParameter_in("timdialogid", dialogrows.toArrayList("timdialogid"));
|
|
|
RowsMap newmsgmap = timnewmsgSQL.runSqlQuery().toRowsMap("timdialogid");
|
|
|
for (Row drow : dialogrows) {
|
|
|
Rows newmsgrows = newmsgmap.get(drow.getString("timdialogid"));
|
|
@@ -238,7 +238,7 @@ public class supplyanddemand extends Controller {
|
|
|
SQLFactory timnewmsgSQL = new SQLFactory(this, "即时通讯群最新消息查询");
|
|
|
timnewmsgSQL.addParameter("siteid", siteid);
|
|
|
timnewmsgSQL.addParameter("userid",userid);
|
|
|
- timnewmsgSQL.addParameter_in("timdialogid", rows.toArrayList("timdialogid"));
|
|
|
+ timnewmsgSQL.addParameter_in("timdialogid", dialogrows.toArrayList("timdialogid"));
|
|
|
RowsMap newmsgmap = timnewmsgSQL.runSqlQuery().toRowsMap("timdialogid");
|
|
|
for (Row row : dialogrows) {
|
|
|
Rows newmsgrows = newmsgmap.get(row.getString("timdialogid"));
|