Commit 3d8e8cb4 authored by 刘基明's avatar 刘基明

用户信息源修改

parent f732e407
...@@ -204,6 +204,7 @@ public class ThemeManager { ...@@ -204,6 +204,7 @@ public class ThemeManager {
//批量查询附件detail //批量查询附件detail
productService.transferAttachments(themeQos); productService.transferAttachments(themeQos);
for (ThemeQo themeQO : themeQos) { for (ThemeQo themeQO : themeQos) {
if (themeQO==null) continue;
buildThemeQoExtraInfo(userId, themeQO); buildThemeQoExtraInfo(userId, themeQO);
} }
return themeQos; return themeQos;
......
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