|
|
@@ -332,10 +332,10 @@ public class AdminOrderApiController extends CertifyApiController {
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"","客户编号"));
|
|
|
return res;
|
|
|
}
|
|
|
- if(orderServiceImpl.checkCustomerInformation(uid)){
|
|
|
+ /*if(orderServiceImpl.checkCustomerInformation(uid)){
|
|
|
res.getError().add(buildError("","请到客户资料-客户资料维护模块完善您的客户信息!"));
|
|
|
return res;
|
|
|
- }
|
|
|
+ }*/
|
|
|
if(orderType == null){
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"","订单类型"));
|
|
|
return res;
|