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