fix(consultation):

bug修改, 字段删除
This commit is contained in:
hejiayang
2026-03-23 15:27:33 +08:00
parent 344cd1ff5e
commit 0389fc8390
2 changed files with 1 additions and 5 deletions
@@ -159,7 +159,4 @@ public class ConSessionView implements Serializable {
@TableField(value = "user_first_reply_time")
@Schema(description = "")
private Date userFirstReplyTime;
@TableField(value = "tf_qh")
@Schema(description = "")
private Boolean tfQh;
}
@@ -49,7 +49,6 @@
<result column="user_tf_reply" jdbcType="CHAR" property="userTfReply" />
<result column="doctor_first_reply_time" jdbcType="TIMESTAMP" property="doctorFirstReplyTime" />
<result column="user_first_reply_time" jdbcType="TIMESTAMP" property="userFirstReplyTime" />
<result column="tf_qh" jdbcType="BIGINT" property="tfQh" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
@@ -59,6 +58,6 @@
update_by, update_time, memo, content_status, session_date, week, am_pm, scheduling_date_id,
job_status, member_sex, member_age, session_status, doctor_start_time, doctor_end_time,
reject_reason, reason_type, org_code, from_type, tf_reply, reply_time, user_tf_reply,
doctor_first_reply_time, user_first_reply_time, tf_qh
doctor_first_reply_time, user_first_reply_time
</sql>
</mapper>