Commit abba3adb by 徐高华

欢迎语

parent a257c0ae
......@@ -644,9 +644,11 @@ public class WelcomeServiceImpl implements WelcomeService {
bo.setMiniprogramSettingId(one.getMiniProgramId());
bo.setMediaId(one.getMediaId());
bo.setMediaTime(one.getMediaTime());
if(StringUtils.isBlank(one.getMediaId())) {
if(one.getMediaType()==5) {
if (StringUtils.isBlank(one.getMediaId())) {
bo.setMediaUrl(null);
}
}
return bo;
}).collect(Collectors.toList());
}
......
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