BUGFIX:library ageGroup切换;

This commit is contained in:
shahaibo
2025-06-11 15:58:06 +08:00
parent 9134933a07
commit f179368668

View File

@@ -432,7 +432,7 @@ public class GenerateConsumer {
JSONObject result = generateResult.getJSONObject("result");
String url = null;
if (!StringUtils.isEmpty(result)) {
url = result.getString("product_img");
url = result.getString("relight_img");
String taskId = generateResult.getString("task_id");
userLikeGroupService.relightBatch(taskId, url, progress);
}