Commit 1c32d58a by 陶光胜

二维码

parent a1908b56
......@@ -39,6 +39,6 @@ public class CustomThemeServiceImpl implements CustomThemeService {
if(CollectionUtils.isNotEmpty(list)){
return list.get(0).getTheme();
}
return 0;
return 1;
}
}
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