[fix]修改bug:举报投诉接口保存失败

This commit is contained in:
haolj 2025-08-27 18:05:43 +08:00
parent e23afb299b
commit a47bc23853

View File

@ -45,7 +45,7 @@ public class FeedbackBO extends BaseBO {
@Schema(description ="反馈对象ID") @Schema(description ="反馈对象ID")
private Long aimId; private String aimId;
@Schema(description ="原因") @Schema(description ="原因")
private Integer reasonType; private Integer reasonType;