黑白灰名单,不返回创建后的手机号
This commit is contained in:
parent
f84695eb5f
commit
4133a86da2
@ -64,4 +64,14 @@ public class PhoneListController<M extends PhoneList,
|
|||||||
public int upload(final FormCreateUploadPhoneList form) {
|
public int upload(final FormCreateUploadPhoneList form) {
|
||||||
return ((PhoneListService<M, FC, FU>) crudService).upload(form);
|
return ((PhoneListService<M, FC, FU>) crudService).upload(form);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritDoc}
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
public ViewModel<M> update(final FU form) {
|
||||||
|
super.update(form);
|
||||||
|
// 不返回创建后的数据,隐藏真实号码
|
||||||
|
return new ViewModel<>();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user