diff --git a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsTkrecord.java b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsTkrecord.java
index 46c1c4d..1eba847 100644
--- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsTkrecord.java
+++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsTkrecord.java
@@ -40,7 +40,17 @@ public class LymsTkrecord implements Serializable {
*/
@TableField(value = "pcid")
private Integer pcid;
+ /**
+ * 问诊卡编号
+ */
+ @TableField(value = "cid")
+ private Integer cid;
+ /**
+ * 购买来源;1小程序,2医院
+ */
+ @TableField(value = "fid")
+ private Byte fid;
/**
* 问诊状态
diff --git a/talkonlineweb/src/main/resources/mapper/LymsTkrecordMapper.xml b/talkonlineweb/src/main/resources/mapper/LymsTkrecordMapper.xml
index 0f9f8c7..68229a4 100644
--- a/talkonlineweb/src/main/resources/mapper/LymsTkrecordMapper.xml
+++ b/talkonlineweb/src/main/resources/mapper/LymsTkrecordMapper.xml
@@ -9,6 +9,8 @@
+
+
@@ -18,7 +20,8 @@
id,pid,pcid,
- did,stat,createdby,
- createdtime,updatedby,updatedtime
+ did,cid,fid,
+ stat,createdby,createdtime,
+ updatedby,updatedtime