BUGFIX: 批量生成积分扣除有误

This commit is contained in:
2025-07-10 11:24:25 +08:00
parent c7c69417ef
commit eb7f2a1419
5 changed files with 45 additions and 20 deletions

View File

@@ -41,6 +41,8 @@ public interface CreditsService extends IService<CreditsDetail> {
void preInsert(Long accountId, String changeEventName, String taskId, Boolean isPreInsert, String changedCredits);
void preInsert(Long accountId, String changeEventName, String taskId, Boolean isPreInsert, String changedCredits, Integer num);
void updateChangedCredits(String accountId, String taskId);
CreditsDetail queryDetailByTaskId(String taskId);