|  |  | 
 |  |  | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | 
 |  |  | <mapper namespace="com.ruoyi.project.mapper.ServiceSystemmessageMapper"> | 
 |  |  |      | 
 |  |  |     <resultMap type="ServiceSystemmessage" id="ServiceSystemmessageResult"> | 
 |  |  |     <resultMap type="com.ruoyi.project.domain.ServiceSystemmessage" id="ServiceSystemmessageResult"> | 
 |  |  |         <result property="id"    column="ID"    /> | 
 |  |  |         <result property="delFlag"    column="del_flag"    /> | 
 |  |  |         <result property="del_flag"    column="del_flag"    /> | 
 |  |  |         <result property="createBy"    column="create_by"    /> | 
 |  |  |         <result property="createTime"    column="create_time"    /> | 
 |  |  |         <result property="updateBy"    column="update_by"    /> | 
 |  |  | 
 |  |  |         select ID, del_flag, create_by, create_time, update_by, update_time, SendUserNo, SendUserName, ReceiveUserNo, ReceiveUserName, MessageContent, MessageType, IsRead, ReadTime, ApplyType, FundType,RelevantNo,MessageTitle from service_systemmessage | 
 |  |  |     </sql> | 
 |  |  |  | 
 |  |  |     <select id="selectServiceSystemmessageList" parameterType="ServiceSystemmessage" resultMap="ServiceSystemmessageResult"> | 
 |  |  |     <select id="selectServiceSystemmessageList" parameterType="com.ruoyi.project.domain.ServiceSystemmessage" resultMap="ServiceSystemmessageResult"> | 
 |  |  |         <include refid="selectServiceSystemmessageVo"/> | 
 |  |  |         <where> | 
 |  |  |             <if test="senduserno != null  and senduserno != ''"> and SendUserNo = #{senduserno}</if> |