BUGFIX: 批量生成积分扣除有误
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user