| | |
| | | <?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.ycl.jxkg.mapper.MessageUserMapper"> |
| | | <resultMap id="BaseResultMap" type="com.ycl.jxkg.domain.MessageUser"> |
| | | <resultMap id="BaseResultMap" type="com.ycl.jxkg.domain.entity.MessageUser"> |
| | | <id column="id" jdbcType="INTEGER" property="id"/> |
| | | <result column="message_id" jdbcType="INTEGER" property="messageId"/> |
| | | <result column="receive_user_id" jdbcType="INTEGER" property="receiveUserId"/> |
| | |
| | | </insert> |
| | | |
| | | |
| | | <select id="studentPage" resultMap="BaseResultMap" parameterType="com.ycl.jxkg.vo.student.user.MessageRequestVO"> |
| | | <select id="studentPage" resultMap="BaseResultMap" parameterType="com.ycl.jxkg.domain.vo.student.user.MessageRequestVO"> |
| | | select |
| | | <include refid="Base_Column_List"/> |
| | | from t_message_user |