移除手机号码非空校验
This commit is contained in:
@@ -148,7 +148,7 @@ public class TbPointsExchangeRecordServiceImpl extends ServiceImpl<TbPointsExcha
|
||||
Assert.notEmpty(record.getPickupMethod(), "{}({})不能为空", "领取方式", "pickupMethod");
|
||||
Assert.notNull(record.getMemberId(), "{}({})不能为空", "会员id", "memberId");
|
||||
Assert.notEmpty(record.getMemberName(), "{}({})不能为空", "会员名称", "memberName");
|
||||
Assert.notEmpty(record.getMobile(), "{}({})不能为空", "手机号码", "mobile");
|
||||
//Assert.notEmpty(record.getMobile(), "{}({})不能为空", "手机号码", "mobile");
|
||||
} catch (IllegalArgumentException e) {
|
||||
throw new MsgException(e.getMessage());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user