Commit 36c92a09 by 徐高华

Merge branch 'feature/xgh/240625上线' into 'master'

欢迎语

See merge request !1963
parents 627abc41 abba3adb
......@@ -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