| | |
| | | if (pageId == null)
|
| | | pageId = 0L;
|
| | |
|
| | | List<HelpCenter> list1 = helpCenterService.listValid(pageId, pageSize, key, cid);
|
| | | List<HelpCenter> list1 = helpCenterService.listValid(pageId, pageSize, key, cid,acceptData.getSystem());
|
| | | List<HelpCenter> list = new ArrayList<>();
|
| | | if (list1 != null && list1.size() > 0)
|
| | | list.addAll(list1);
|
| | |
| | | try {
|
| | | List<HelpClass> resultList = new ArrayList<>();
|
| | |
|
| | | List<HelpClass> list = helpClassService.getClassByState(1);
|
| | | List<HelpClass> list = helpClassService.getClassByState(1,acceptData.getSystem());
|
| | | if (list != null && list.size() > 0) {
|
| | | resultList.addAll(list);
|
| | | }
|