|
|
@@ -68,9 +68,9 @@ public class live extends Controller {
|
|
|
agentlistSql.addParameter("tactivityid", tactivityid);
|
|
|
agentlistSql.addParameter("siteid", siteid);
|
|
|
Rows rows = agentlistSql.runSqlQuery();
|
|
|
- RowsMap map = getAttachmentUrl("tactivity_agentmsg", rows.toArrayList("tactivity_agentmsgid"));
|
|
|
+ RowsMap map = getAttachmentUrl("tagents", rows.toArrayList("tagentsid"));
|
|
|
for (Row row : rows) {
|
|
|
- row.put("attinfos", map.get(row.getString("tactivity_agentmsgid")));
|
|
|
+ row.put("attinfos", map.get(row.getString("tagentsid")));
|
|
|
}
|
|
|
return getSucReturnObject().setData(rows).saveToDataPool(10).toString();
|
|
|
}
|