Commit a202ff56 by guojuxing

默认为全部人群类型

parent aaf076b2
......@@ -232,6 +232,10 @@ public class AppletCustomPageDTO implements Serializable{
}
public Integer getCrowdWidgetType() {
if (crowdWidgetId == null) {
//默认为全部
return 1;
}
return crowdWidgetType;
}
......
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