fix(consultation):
bug修改, 字段删除
This commit is contained in:
-3
@@ -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;
|
||||
}
|
||||
+1
-2
@@ -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>
|
||||
Reference in New Issue
Block a user