Commit c6ca202b by 徐高华

会员签到

parent 3301a204
......@@ -384,14 +384,10 @@ public class WxStaffController extends WebBaseController {
CustomPageRenderDTO dto = this.customPageNewService.getPageRenderByPageType(CustomPageTypeEnum.PAGE_MEMBER_SIGN,enterpriseId) ;
if(null != dto && dto.getStatus()==1) {
JSONObject json = dto.getSetting().getJSONObject("pageConfig") ;
int showFlag = json.getIntValue("isSharePage") ;
if(showFlag==1) {
return json ;
}
return null ;
}
return null ;
}
@IgnoreLogin
@RequestMapping("/get-operation-setting")
......
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