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

@@ -16,6 +16,8 @@ public class CreditsDetail extends BaseEntity {
private String taskId;
/** 积分变更事件 */
private String changeEvent;
/** 用于批量生成,同一事件,一次生成多个 */
private Integer num;
/** 变更积分 ( + 表示加,- 表示减) */
private String changedCredits;
/** 当前积分 */