Commit 0201ef70 by 陶光胜

通知详情修改

parent 400cca1a
......@@ -40,7 +40,7 @@ public class CustomThemeServiceImpl implements CustomThemeService {
@Override
public Integer getTheme(Integer enterpriseId, String appid) {
List<TabCustomTheme> list = this.tabCustomThemeMapper.listTheme(enterpriseId, appid);
log.info("小程序主题:{}", JSON.toJSONString(list));
log.info("小程序主题:{},{},{}", JSON.toJSONString(list), enterpriseId, appid);
if(CollectionUtils.isNotEmpty(list)){
return list.get(0).getTheme();
}
......
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