Commit abba3adb by 徐高华

欢迎语

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