Authored by tanling

Merge branch 'test6.9.18' of http://git.yoho.cn/ufo/yohoufo-fore into test6.9.18

... ... @@ -57,7 +57,7 @@
limit #{rowNo},#{limit}
</select>
<select id="selectTotalInboxs" resultType="java.lang.Integer">
select count(1) from ${tableName} force index(`read`) where uid = #{uid} and is_del='N'
select count(1) from ${tableName} where uid = #{uid} and is_del='N'
<if test="type != null">
and type=#{type}
</if>
... ...