|
|
@@ -37,7 +37,7 @@ public class bannermag extends Controller {
|
|
|
for (Row locationrow : locationrows) {
|
|
|
Rows bannerRows = bannermap.get(locationrow.getString("tbannerlocationid"));
|
|
|
for (Row bannerrow : bannerRows) {
|
|
|
- bannerrow.put("attinfos", getAttachmentUrl("tbannerlocation", bannerrow.getString("tbannerlocationid")));
|
|
|
+ bannerrow.put("attinfos", getAttachmentUrl("tbannermag", bannerrow.getString("tbannermagid")));
|
|
|
}
|
|
|
locationrow.put("banner", bannerRows);
|
|
|
}
|