Commit c661a61a by 朱亚洁

Merge remote-tracking branch 'origin/feature/1005260' into feature/1005260

parents d661c6e4 20953a05
...@@ -499,6 +499,7 @@ public class ResourcePageBizImpl implements ResourcePageBiz { ...@@ -499,6 +499,7 @@ public class ResourcePageBizImpl implements ResourcePageBiz {
item.setAccountSettingId(officialAccountsId); item.setAccountSettingId(officialAccountsId);
item.setLinkUrl(itemVO.getLinkUrl()); item.setLinkUrl(itemVO.getLinkUrl());
item.setQrcodeShowType(itemVO.getQrcodeShowType()); item.setQrcodeShowType(itemVO.getQrcodeShowType());
item.setQrcodeSource(itemVO.getQrcodeSource() == null ? ResourcePageConstants.QrcodeSourceEnum.OFFICIAL_ACCOUNT.value : itemVO.getQrcodeSource());
resourcePageItemDao.insert(item); resourcePageItemDao.insert(item);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment