修改提取的sketch

This commit is contained in:
2024-09-27 15:40:30 +08:00
parent 33d5d3a2ea
commit f432b8cce6
10 changed files with 68 additions and 43 deletions

View File

@@ -33,7 +33,7 @@ public interface CreditsService extends IService<CreditsDetail> {
CreditsDetail getByAccountIdAndChangeEvent(Long accountId, String changeEvent, String changedCredits);
void preInsert(Long accountId, String changeEventName, String taskId);
void preInsert(Long accountId, String changeEventName, String taskId, Boolean isPreInsert, String changedCredits);
void updateChangedCredits(String accountId, String taskId);
}