BUGFIX: 1、对话历史记录 有的回答没有深度思考标识 2、批量生成,积分扣除不足

This commit is contained in:
2025-07-07 18:32:14 +08:00
parent 9af1bc867a
commit 9fc8f52aca
4 changed files with 14 additions and 5 deletions

View File

@@ -33,6 +33,8 @@ public interface CreditsService extends IService<CreditsDetail> {
void addRecordToCreditsDeduction(Long accountId, String taskId, CreditsEventsEnum creditsEventsEnum);
void addRecordToCreditsDeduction(Long accountId, String taskId, CreditsEventsEnum creditsEventsEnum, Integer num);
Boolean taskCreditsDeduction(Long accountId, String taskId);
CreditsDetail getByAccountIdAndChangeEvent(Long accountId, String changeEvent, String changedCredits);