Commit 3ce9b0d6 by 陶光胜

通知详情修改

parent 830f446b
......@@ -345,6 +345,7 @@ public class IndexModuleController {
result.put("card", card);
result.put("service", service);
result.put("applet", applet);
result.put("isSingleArea", card.size()<=1 && service.size()<=1 && applet.size()<=1);
return RestResponse.success(result);
}
......
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