Commit 12a050ae authored by 陈立彬's avatar 陈立彬

Merge branch 'feature/20241217_收尾' into sandbox

parents 1a79f4a3 4ac33135
......@@ -727,7 +727,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