Commit 7632e63e by 徐高华

log

parent 985d42cf
......@@ -334,7 +334,7 @@ public class MaterialServiceImpl implements MaterialService {
tab.setAppid(dto.getAppid());
tab.setMaterialTitle(dto.getMaterialTitle());
tab.setLink(dto.getLink());
if(mediaType==7) {
if(type==7) {
tab.setLink(dto.getCanvasCouponUUID());
}
this.materialContentMapper.insert(tab);
......
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