|
@@ -333,7 +333,7 @@ public class AdminOrderApiController extends CertifyApiController {
|
|
|
return res;
|
|
return res;
|
|
|
}
|
|
}
|
|
|
if(orderServiceImpl.checkCustomerInformation(uid)){
|
|
if(orderServiceImpl.checkCustomerInformation(uid)){
|
|
|
- res.getError().add(buildError("请到客户资料-客户资料维护模块完善您的客户信息!"));
|
|
|
|
|
|
|
+ res.getError().add(buildError("","请到客户资料-客户资料维护模块完善您的客户信息!"));
|
|
|
return res;
|
|
return res;
|
|
|
}
|
|
}
|
|
|
if(orderType == null){
|
|
if(orderType == null){
|