|
@@ -138,7 +138,7 @@ public class FadGoods extends Controller {
|
|
|
Rows attRows = getAttachmentUrl(sa_fad, sa_fadid);
|
|
Rows attRows = getAttachmentUrl(sa_fad, sa_fadid);
|
|
|
attRows.sortby("sequence", "linksid");
|
|
attRows.sortby("sequence", "linksid");
|
|
|
detailRow.put("attinfos", attRows);
|
|
detailRow.put("attinfos", attRows);
|
|
|
- detailRow.put("appleturl", FadHelper.getAppletUrl(this, "FadGoodsUrl", "商品小程序链接") + sa_fadid);
|
|
|
|
|
|
|
+ detailRow.put("appleturl",userInfo.getWechatAppPage("marketingtool","FadGoodsUrl") + sa_fadid);
|
|
|
|
|
|
|
|
|
|
|
|
|
QuerySQL attachmentQuery = SQLFactory.createQuerySQL(this, "sys_attachment_links").setTableAlias("t1");
|
|
QuerySQL attachmentQuery = SQLFactory.createQuerySQL(this, "sys_attachment_links").setTableAlias("t1");
|
|
@@ -294,7 +294,7 @@ public class FadGoods extends Controller {
|
|
|
Rows attRows = RowsMap.getOrDefault(row.getString("sa_fadid"), new Rows());
|
|
Rows attRows = RowsMap.getOrDefault(row.getString("sa_fadid"), new Rows());
|
|
|
attRows.sortby("sequence", "linksid");
|
|
attRows.sortby("sequence", "linksid");
|
|
|
row.put("attinfos", attRows);
|
|
row.put("attinfos", attRows);
|
|
|
- row.put("appleturl", FadHelper.getAppletUrl(this, "FadGoodsUrl", "商品小程序链接") + row.getString("sa_fadid"));
|
|
|
|
|
|
|
+ row.put("appleturl", userInfo.getWechatAppPage("marketingtool","FadGoodsUrl") + row.getString("sa_fadid"));
|
|
|
row.putIfAbsent("onsaledate", "");
|
|
row.putIfAbsent("onsaledate", "");
|
|
|
|
|
|
|
|
ArrayList<String> tags = DataTag.queryTag(this, "sa_fad", row.getLong("sa_fadid"), true);
|
|
ArrayList<String> tags = DataTag.queryTag(this, "sa_fad", row.getLong("sa_fadid"), true);
|