Commit 4ac33135 authored by 陈立彬's avatar 陈立彬

修复移动端对练-关联资料列表获取

parent 4a758747
......@@ -692,7 +692,7 @@ public class AppExamineService {
// 对练场景关联资料
List<WikiListMobileDto> wikiList = Lists.newArrayList();
WikiRequestModel wkRequest = new WikiRequestModel();
wkRequest.setSceneCategoryId(requestModel.getCategoryId());
wkRequest.setSceneCategoryId(requestModel.getSceneId());
List<WikiResponseModel> wikiResponseModels = examineService.wikiList(wkRequest);
if(CollectionUtil.isNotEmpty(wikiResponseModels)) {
wikiList = wikiResponseModels.stream().map(v -> {
......
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