|
@@ -146,7 +146,7 @@ public class OrderProjectApiController extends CertifyApiController {
|
|
|
return res;
|
|
return res;
|
|
|
}
|
|
}
|
|
|
if (!StringUtils.isContactMobile(t.getContactMobile())){
|
|
if (!StringUtils.isContactMobile(t.getContactMobile())){
|
|
|
- res.getError().add(buildError("联系人电话号码错误。"));
|
|
|
|
|
|
|
+ res.getError().add(buildError(ErrorConstants.MOBILE_PATTERN_ERROR));
|
|
|
return res;
|
|
return res;
|
|
|
}
|
|
}
|
|
|
res.setData(orderProjectService.updateOrderTask(t));
|
|
res.setData(orderProjectService.updateOrderTask(t));
|