|
@@ -41,7 +41,7 @@ export class FVO_patient {
|
|
|
export class QDTO_patient extends SearchBase {
|
|
|
constructor() {
|
|
|
const like_prop = ['name'];
|
|
|
- const props = ['openid', 'card_no', 'gender', 'age', 'address', 'mobile', 'urgent_name', 'urgent_mobile'];
|
|
|
+ const props = ['name', 'openid', 'card_no', 'gender', 'age', 'address', 'mobile', 'urgent_name', 'urgent_mobile'];
|
|
|
const mapping = [];
|
|
|
super({ like_prop, props, mapping });
|
|
|
}
|