|
@@ -6,7 +6,7 @@ const { ObjectId } = require('mongoose').Types;
|
|
|
// 工作记录表
|
|
|
const record = {
|
|
|
customer_id: { type: ObjectId }, // 客服id
|
|
|
- customer_name: { type: ObjectId }, // 客服名
|
|
|
+ customer_name: { type: String }, // 客服名
|
|
|
client_id: { type: ObjectId }, // 客户id
|
|
|
client_name: { type: String }, // 客户名
|
|
|
_tenant: { type: String }, // 项目标识
|