|
|
@@ -229,11 +229,11 @@ public class teammsg extends Controller {
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "ÍŶӼÓÈëÉêÇëÁбí", pageSize, pageNumber, "createdate");
|
|
|
sqlFactory.addParameter("tagentsid", tagentsid);
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
- System.err.println(sqlFactory.getSQL());
|
|
|
+// System.err.println(sqlFactory.getSQL());
|
|
|
Rows rows = dbConnect.runSqlQuery(sqlFactory.getSQL());
|
|
|
-// for (Row row : rows) {
|
|
|
-// row.put("attinfos", getAttachmentUrl("tenterprise_users", row.getString("tenterprise_userid")));
|
|
|
-// }
|
|
|
+ for (Row row : rows) {
|
|
|
+ row.put("attinfos", getAttachmentUrl("tenterprise_users", row.getString("tenterprise_userid")));
|
|
|
+ }
|
|
|
|
|
|
return getSucReturnObject().setDataByPaging(rows).preloading(1).toString();
|
|
|
}
|