Authored by csgyoho

no message

@@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
36 SELECT type, count(1) count FROM ${tableName} WHERE uid = #{uid} 36 SELECT type, count(1) count FROM ${tableName} WHERE uid = #{uid}
37 and is_read = #{isRead} and is_del = #{isDel} GROUP BY type 37 and is_read = #{isRead} and is_del = #{isDel} GROUP BY type
38 </select> 38 </select>
39 - <select id="selectInboxs" resultType="com.yohoufo.dal.user.model.InBox"> 39 + <select id="selectInboxs" resultMap="BaseResultMap">
40 SELECT 40 SELECT
41 <include refid="Base_Column_List"/> 41 <include refid="Base_Column_List"/>
42 FROM ${tableName} where uid = #{uid} and is_del='N' 42 FROM ${tableName} where uid = #{uid} and is_del='N'