BUGFIX:批量生成,获取design的结果中缺失ResultType
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user