|
@@ -127,7 +127,7 @@ public class HandlerCaseCenterController extends BaseController {
|
|
|
*/
|
|
|
@ResponseBody
|
|
|
@RequestMapping
|
|
|
- public String indexModuleList() {
|
|
|
+ public String officeCenterModule() {
|
|
|
Map viewMap = Maps.newHashMap();
|
|
|
String modules = keyValueService.getRedisValueByKey(GlobalConstant.OFFICE_CENTER_MODULE);
|
|
|
List<OfficeCenterModuleDto> moduleList = new ArrayList<>();
|