You need to sign in or sign up before continuing.
Commit af0aca58 by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents 2d989f9c 1c32d58a
......@@ -39,6 +39,6 @@ public class CustomThemeServiceImpl implements CustomThemeService {
if(CollectionUtils.isNotEmpty(list)){
return list.get(0).getTheme();
}
return 0;
return 1;
}
}
......@@ -38,4 +38,12 @@ public class CustomStoreVO {
public void setAppType(Integer appType) {
this.appType = appType;
}
public Integer getStoreWidgetId() {
return storeWidgetId;
}
public void setStoreWidgetId(Integer storeWidgetId) {
this.storeWidgetId = storeWidgetId;
}
}
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