|
@@ -17,7 +17,7 @@
|
|
|
<select id="findList" resultMap="SummaryResultMap">
|
|
<select id="findList" resultMap="SummaryResultMap">
|
|
|
select
|
|
select
|
|
|
<include refid="Summary_Column_List" />
|
|
<include refid="Summary_Column_List" />
|
|
|
- from news
|
|
|
|
|
|
|
+ from news where 1=1
|
|
|
<if test=" type != null">
|
|
<if test=" type != null">
|
|
|
and type = #{type,jdbcType=INTEGER}
|
|
and type = #{type,jdbcType=INTEGER}
|
|
|
</if>
|
|
</if>
|