| | |
| | | ConfigCategoryService service = BeanUtil.getBean(ConfigCategoryService.class);
|
| | |
|
| | | ConfigCategory c1 = new ConfigCategory();
|
| | | c1.setKeyEnum(ConfigKeyEnum.appDownLink);
|
| | | c1.setKeyEnum(ConfigKeyEnum.msgConfigGuanxuan);
|
| | | c1.setType(ConfigCategoryEnum.helpStrategy);
|
| | | c1.setOrder(13);
|
| | | c1.setOrder(1);
|
| | | c1.setEditMode(2);
|
| | | service.addConfigCategory(c1);
|
| | |
|
| | | /*ConfigCategory c2 = new ConfigCategory();
|
| | | c2.setKeyEnum(ConfigKeyEnum.teamHelpUrl);
|
| | | c2.setType(ConfigCategoryEnum.helpStrategy);
|
| | | c2.setOrder(8);
|
| | | ConfigCategory c2 = new ConfigCategory();
|
| | | c2.setKeyEnum(ConfigKeyEnum.msgConfigZhushou);
|
| | | c2.setType(ConfigCategoryEnum.specialHelper);
|
| | | c2.setOrder(1);
|
| | | c2.setEditMode(2);
|
| | | service.addConfigCategory(c2);
|
| | |
|
| | |
|
| | | ConfigCategory c3 = new ConfigCategory();
|
| | | c3.setKeyEnum(ConfigKeyEnum.inviteHelpLink);
|
| | | /*ConfigCategory c3 = new ConfigCategory();
|
| | | c3.setKeyEnum(ConfigKeyEnum.orderTeamSubsidyLink);
|
| | | c3.setType(ConfigCategoryEnum.helpStrategy);
|
| | | c3.setOrder(9);
|
| | | c3.setOrder(22);
|
| | | c3.setEditMode(1);
|
| | | service.addConfigCategory(c3);
|
| | |
|
| | |
|
| | | ConfigCategory c4 = new ConfigCategory();
|
| | | c4.setKeyEnum(ConfigKeyEnum.inviteCodeInputHelp);
|
| | | c4.setKeyEnum(ConfigKeyEnum.orderTeamRewardLink);
|
| | | c4.setType(ConfigCategoryEnum.helpStrategy);
|
| | | c4.setOrder(10);
|
| | | c4.setOrder(23);
|
| | | c4.setEditMode(1);
|
| | | service.addConfigCategory(c4);
|
| | |
|
| | | ConfigCategory c5 = new ConfigCategory();
|
| | | c5.setKeyEnum(ConfigKeyEnum.convertDocHelpLink);
|
| | | c5.setKeyEnum(ConfigKeyEnum.tutorSubsidyLink);
|
| | | c5.setType(ConfigCategoryEnum.helpStrategy);
|
| | | c5.setOrder(11);
|
| | | c5.setOrder(24);
|
| | | c5.setEditMode(1);
|
| | | service.addConfigCategory(c5);
|
| | |
|
| | |
|
| | | ConfigCategory c6 = new ConfigCategory();
|
| | | c6.setKeyEnum(ConfigKeyEnum.customerServiceLink);
|
| | | c6.setType(ConfigCategoryEnum.helpStrategy);
|
| | | c6.setOrder(12);
|
| | | c6.setKeyEnum(ConfigKeyEnum.adminMinSameGoodsOrderCount);
|
| | | c6.setType(ConfigCategoryEnum.extract);
|
| | | c6.setOrder(6);
|
| | | service.addConfigCategory(c6);*/
|
| | |
|
| | | }
|