Commit 3108b3a5 by 徐高华

托管mac

parent 7a1154e6
......@@ -30,6 +30,7 @@ import com.gic.haoban.manage.service.entity.TabOpenStaff;
import com.gic.haoban.manage.service.pojo.QwOpenResultInitBO;
import com.gic.haoban.manage.service.service.OpenStaffService;
import com.gic.haoban.manage.service.service.StaffClerkRelationService;
import com.gic.haoban.manage.service.util.CustomSwitcher;
import com.gic.haoban.manage.service.util.OpenUtils;
import com.gic.redis.data.util.RedisUtil;
import com.github.pagehelper.PageHelper;
......@@ -327,6 +328,6 @@ public class OpenStaffServiceImpl implements OpenStaffService {
if(StringUtils.isBlank(wxEnterpriseId)) {
return null ;
}
return null;
return CustomSwitcher.qywx_open_type.get(wxEnterpriseId) ;
}
}
......@@ -3,9 +3,14 @@ package com.gic.haoban.manage.service.util;
import com.gic.commons.switcher.Switcher;
import com.gic.commons.switcher.SwitcherNamespace;
import java.util.Map;
@SwitcherNamespace("BUZ.qywx.open")
public class CustomSwitcher {
@Switcher
public static Map<String,String> qywx_open_type ;
/**
* 积分触不通知会员名单
*/
......
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