From a809905c52a941d595d051656bec3a951b5e70b5 Mon Sep 17 00:00:00 2001 From: xupei Date: Tue, 24 Jun 2025 15:03:17 +0800 Subject: [PATCH] =?UTF-8?q?BUGFIX:batch=20generation=20like=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ai/da/service/impl/DesignServiceImpl.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/com/ai/da/service/impl/DesignServiceImpl.java b/src/main/java/com/ai/da/service/impl/DesignServiceImpl.java index 167b8e4e..2309c519 100644 --- a/src/main/java/com/ai/da/service/impl/DesignServiceImpl.java +++ b/src/main/java/com/ai/da/service/impl/DesignServiceImpl.java @@ -2023,6 +2023,7 @@ public class DesignServiceImpl extends ServiceImpl impleme toProductImageResult.setToProductImageRecordId(toProductImageRecord.getId()); toProductImageResult.setIsLike(0); toProductImageResult.setTaskId(taskId); + toProductImageResult.setResultType("ToProductImage"); toProductImageResult.setProjectId(projectId); toProductImageResult.setTaskIdBatch(batchTaskId); if (userLikeGroupId != null) { @@ -2064,6 +2065,7 @@ public class DesignServiceImpl extends ServiceImpl impleme toProductImageResult.setToProductImageRecordId(toProductImageRecord.getId()); toProductImageResult.setIsLike(0); toProductImageResult.setTaskId(taskId); + toProductImageResult.setResultType("ToProductImage"); toProductImageResult.setProjectId(projectId); toProductImageResult.setTaskIdBatch(batchTaskId); if (userLikeGroupId != null) { @@ -2181,6 +2183,7 @@ public class DesignServiceImpl extends ServiceImpl impleme toProductImageResult.setToProductImageRecordId(toProductImageRecord.getId()); toProductImageResult.setIsLike(0); toProductImageResult.setTaskId(taskId); + toProductImageResult.setResultType("Relight"); toProductImageResult.setProjectId(projectId); toProductImageResult.setTaskIdBatch(batchTaskId); if (null != userLikeGroupId) { @@ -2223,6 +2226,7 @@ public class DesignServiceImpl extends ServiceImpl impleme toProductImageResult.setToProductImageRecordId(toProductImageRecord.getId()); toProductImageResult.setIsLike(0); toProductImageResult.setTaskId(taskId); + toProductImageResult.setResultType("Relight"); toProductImageResult.setProjectId(projectId); toProductImageResult.setTaskIdBatch(batchTaskId); if (null != userLikeGroupId) {