|
|
@@ -140,6 +140,7 @@ namespace CallCenterApi.Interface.Controllers.knowledge
|
|
140
|
140
|
F_CategoryId = dModel.F_CategoryId,
|
|
141
|
141
|
F_CreateBy = creatu,
|
|
142
|
142
|
F_AuditBy = auditu,
|
|
|
143
|
+ F_KeyWords = dModel.F_KeyWords
|
|
143
|
144
|
};
|
|
144
|
145
|
return Success("获取知识库信息成功", obj);
|
|
145
|
146
|
}
|
|
|
@@ -241,6 +242,7 @@ namespace CallCenterApi.Interface.Controllers.knowledge
|
|
241
|
242
|
F_AfterDescription = afterdis,
|
|
242
|
243
|
F_ISPass = x.F_ISPass,
|
|
243
|
244
|
F_AuditRemark = x.F_AuditRemark,
|
|
|
245
|
+
|
|
244
|
246
|
};
|
|
245
|
247
|
}),
|
|
246
|
248
|
total = recordCount
|