Commit 5f70d3f3 by 徐高华

Merge branch 'feature-canvas' into 'developer'

画布-群发

See merge request !2352
parents f4efc8c5 a782f2cc
......@@ -319,6 +319,7 @@ public class MaterialServiceImpl implements MaterialService {
tab.setWxEnterpriseId(wxEnterpriseId);
tab.setVideoImgUrl(dto.getVideoImgUrl());
tab.setAppid(dto.getAppid());
tab.setMaterialTitle(dto.getMaterialTitle());
tab.setLink(dto.getLink());
this.materialContentMapper.insert(tab);
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