generate 代码优化

This commit is contained in:
2024-05-02 10:33:11 +08:00
parent 988fe89576
commit ffeaac8c46
4 changed files with 20 additions and 43 deletions

View File

@@ -25,7 +25,7 @@ public interface GenerateService extends IService<Generate> {
List<GenerateDetail> selectBatchByLibraryId(List<Long> libraryId);
GenerateCollectionVO getGenerateResult(String uniqueId);
// GenerateCollectionVO getGenerateResult(String uniqueId);
List<GenerateResultVO> getGenerateResultList(List<String> taskIdList);