Authored by Lixiaodi

bug修改

... ... @@ -48,7 +48,7 @@
edit_time, edit_pid, order_by
from brand
</select>
<select id="selectExcludeAppraise" resultMap="BaseResultMap">
<select id="selectExcludeAppraise" resultType="java.lang.Integer">
select id
from brand where ex_raise = 1
</select>
... ...