BUGFIX:批量生成,获取design的结果中缺失ResultType

This commit is contained in:
2025-06-25 17:20:35 +08:00
parent 443b557623
commit 7a6b257714

View File

@@ -2790,6 +2790,7 @@ public class DesignServiceImpl extends ServiceImpl<DesignMapper, Design> impleme
vo.setDesignOutfitId(tDesignPythonOutfit.getId());
vo.setDesignOutfitUrl(minioUtil.getPreSignedUrl(tDesignPythonOutfit.getDesignUrl(), 24 * 60));
vo.setDesignItemId(tDesignPythonOutfit.getDesignItemId());
vo.setResultType(CollectionType.DESIGN.getValue());
voList.add(vo);
}
result.setDesign(voList);