|
|
@@ -1113,7 +1113,7 @@ public class AdminCustomerApiController extends BaseApiController{
|
|
|
public Result addOneContact(OrganizationContactBook ocb){
|
|
|
Result res = new Result();
|
|
|
if(StringUtils.isBlank(ocb.getUid())){
|
|
|
- res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,""));
|
|
|
+ res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"客户编号"));
|
|
|
return res;
|
|
|
}
|
|
|
if(StringUtils.isBlank(ocb.getName()) || StringUtils.isBlank(ocb.getMobile())){
|