|
@@ -4,7 +4,7 @@ const metaPlugin = require('naf-framework-mongoose/lib/model/meta-plugin');
|
|
|
|
|
|
// 群内成员信息
|
|
|
const Patientinfo = new Schema({
|
|
|
- patientid: { type: String, required: false, maxLength: 20 }, // 病人ID
|
|
|
+ patientid: { type: String, required: false }, // 病人ID
|
|
|
url: { type: String, required: false }, // 头像url
|
|
|
name: { type: String, required: false }, // 病人名称
|
|
|
openid: { type: String, required: false }, // 微信openid
|