Commit ddc73c79 by 王祖波

配置

parent 296675ed
......@@ -354,7 +354,7 @@ public class WxStaffController extends WebBaseController {
auditSettingVO.setShowAiCustom(this.aiCustom(storeDTO.getEnterpriseId()));
auditSettingVO.setPotentialHide(MarketingSwitcher.POTENTIAL_HIDE_STORE_ENTERPRSE_ID.contains(wxEnterpriseDTO.getEnterpriseId()) ? 1 : 0);
auditSettingVO.setPotentialHide(MarketingSwitcher.POTENTIAL_HIDE_STORE_ENTERPRISE_ID.contains(wxEnterpriseDTO.getEnterpriseId()) ? 1 : 0);
return resultResponse(HaoBanErrCode.ERR_1, auditSettingVO);
}
......
......@@ -7,6 +7,6 @@ import com.gic.commons.switcher.SwitcherNamespace;
public class MarketingSwitcher {
@Switcher
public static String POTENTIAL_HIDE_STORE_ENTERPRSE_ID;
public static String POTENTIAL_HIDE_STORE_ENTERPRISE_ID;
}
\ No newline at end of file
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