|
@@ -50,8 +50,8 @@ export class FVO_teacher {
|
|
|
|
|
|
export class QDTO_teacher extends SearchBase {
|
|
export class QDTO_teacher extends SearchBase {
|
|
constructor() {
|
|
constructor() {
|
|
- const like_prop = [];
|
|
|
|
- const props = ['openid', 'is_show', 'nick_name', 'gender', 'age', 'phone', 'grade', 'card', 'education', 'college', 'learnStatus', 'brief', 'status'];
|
|
|
|
|
|
+ const like_prop = ['nick_name'];
|
|
|
|
+ const props = ['openid', 'is_show', 'gender', 'age', 'phone', 'grade', 'card', 'education', 'college', 'learnStatus', 'brief', 'status'];
|
|
const mapping = [];
|
|
const mapping = [];
|
|
super({ like_prop, props, mapping });
|
|
super({ like_prop, props, mapping });
|
|
}
|
|
}
|