File was renamed from xinquan-modules/xinquan-meditation/src/main/resources/mapper/meditation/MeditationUserOperationMapper.xml |
| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.xinquan.meditation.mapper.MeditationUserOperationMapper"> |
| | | <mapper namespace="com.xinquan.user.mapper.AppUserViewingHistoryMapper"> |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="BaseResultMap" type="com.xinquan.meditation.domain.MeditationUserOperation"> |
| | | <resultMap id="BaseResultMap" type="com.xinquan.user.domain.AppUserViewingHistory"> |
| | | <id column="id" property="id" /> |
| | | <result column="del_flag" property="delFlag" /> |
| | | <result column="create_by" property="createBy" /> |
| | | <result column="create_time" property="createTime" /> |
| | | <result column="update_by" property="updateBy" /> |
| | | <result column="update_time" property="updateTime" /> |
| | | <result column="like" property="like" /> |
| | | <result column="favorite" property="favorite" /> |
| | | <result column="meditation_id" property="meditationId" /> |
| | | <result column="app_user_id" property="appUserId" /> |
| | | <result column="biz_id" property="bizId" /> |
| | | <result column="viewing_type" property="viewingType" /> |
| | | </resultMap> |
| | | |
| | | <!-- 通用查询结果列 --> |
| | |
| | | create_time, |
| | | update_by, |
| | | update_time, |
| | | id, like, favorite, meditation_id, app_user_id |
| | | id, app_user_id, biz_id, viewing_type |
| | | </sql> |
| | | |
| | | </mapper> |