BUGFIX:prompt重复拼接;

This commit is contained in:
shahaibo
2024-12-13 10:34:14 +08:00
parent 1a568621ca
commit 11a5b53d2a

View File

@@ -338,6 +338,7 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
result.add(toProductImageResult);
}
i ++;
sb = new StringBuilder("The best quality, masterpiece, real image.");
// 添加需要扣除的积分到预扣除区
creditsService.addRecordToCreditsDeduction(userHolder.getId(), taskId, CreditsEventsEnum.TO_PRODUCT_IMAGE);
}