分包管理除法人姓名和分包商名称外,其他的不做必填
This commit is contained in:
parent
0a8dd92f3c
commit
8198f5b290
|
|
@ -117,7 +117,7 @@ public class ViolationServiceImpl implements ViolationService {
|
|||
}
|
||||
if (StringUtils.isNotBlank(o.getPreSalesPhone())) {
|
||||
if (!isValidChineseMobileNumber(o.getPreSalesPhone())) {
|
||||
ar.setFailMsg("售前委托人手机号码不正确!");
|
||||
ar.setFailMsg("售前委托人手机号码格式不正确!");
|
||||
return ar;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue