mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-03-30 03:13:04 +00:00
fix:【mall】分销用户创建时,缺少对 bindUserId 的校验
This commit is contained in:
@@ -13,6 +13,7 @@ public class BrokerageUserCreateReqVO {
|
||||
private Long userId;
|
||||
|
||||
@Schema(description = "推广员编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "4587")
|
||||
@NotNull(message = "推广员编号不能为空")
|
||||
private Long bindUserId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user