|
|
@@ -70,6 +70,7 @@ public class homepage extends Controller {
|
|
|
for (Row row : rows) {
|
|
|
//¸½¼þÐÅÏ¢
|
|
|
row.put("attinfos", attinfoRowsMap.get(row.getString("tsupplyanddemandid")));
|
|
|
+ row.put("headportraiturl", getHeadPic(row.getLong("tenterprise_userid")));
|
|
|
}
|
|
|
return getSucReturnObject().setDataByPaging(rows).saveToDataPool().toString();
|
|
|
}
|
|
|
@@ -92,6 +93,7 @@ public class homepage extends Controller {
|
|
|
for (Row row : rows) {
|
|
|
//¸½¼þÐÅÏ¢
|
|
|
row.put("attinfos", attinfoRowsMap.get(row.getString("tsupplyanddemandid")));
|
|
|
+ row.put("headportraiturl", getHeadPic(row.getLong("tenterprise_userid")));
|
|
|
}
|
|
|
return getSucReturnObject().setData(rows).toString();
|
|
|
}
|