fix: 修改用户(update-user) 取消入参地址验证
parent
e6d2a56c54
commit
678da4381a
|
@ -42,7 +42,7 @@ public class AppUserInfoReqVO {
|
|||
/**
|
||||
* 地址
|
||||
*/
|
||||
@NotEmpty(message = "用户昵称不能为空")
|
||||
// @NotEmpty(message = "用户昵称不能为空")
|
||||
private String userAddress;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue