Commit a782f2cc by 徐高华

画布-群发

parent f4d2aaa1
...@@ -319,6 +319,7 @@ public class MaterialServiceImpl implements MaterialService { ...@@ -319,6 +319,7 @@ public class MaterialServiceImpl implements MaterialService {
tab.setWxEnterpriseId(wxEnterpriseId); tab.setWxEnterpriseId(wxEnterpriseId);
tab.setVideoImgUrl(dto.getVideoImgUrl()); tab.setVideoImgUrl(dto.getVideoImgUrl());
tab.setAppid(dto.getAppid()); tab.setAppid(dto.getAppid());
tab.setMaterialTitle(dto.getMaterialTitle());
tab.setLink(dto.getLink()); tab.setLink(dto.getLink());
this.materialContentMapper.insert(tab); this.materialContentMapper.insert(tab);
materialIdList.add(id); materialIdList.add(id);
......
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