Commit 26b673ef by guojuxing

顶部导航给默认值

parent 49219018
......@@ -61,7 +61,7 @@ public class CustomGuideTopApiServiceImpl implements CustomGuideTopApiService{
public ServiceResponse<CustomGuideTopDTO> getCustomGuideTop(Integer pageId) {
TabCustomGuideTop record = customGuideTopService.getCustomGuideTop(pageId);
if (record == null) {
new TabCustomGuideTop().setTitleColor(1).setGuideTopColor("#ffffff");
record = new TabCustomGuideTop().setTitleColor(1).setGuideTopColor("#ffffff");
}
return ServiceResponse.success(EntityUtil.changeEntityNew(CustomGuideTopDTO.class, record));
}
......
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