id,question_id,content_id, describe,user_id,fix, fix_time insert into t_notify(notify_who, ref_id, ref_type, create_time, notify_type, read_status, create_user_id, create_dept_id) value ( #{notifyWho}, #{refId}, #{refType}, #{createTime}, #{notifyType}, #{readStatus}, #{createUserId}, #{createDeptId} ) update t_notify set read_status = 1 where id in #{id}