|
@@ -668,7 +668,7 @@
|
|
|
and a.keyword like CONCAT('%',#{keyword,jdbcType=VARCHAR},'%')
|
|
and a.keyword like CONCAT('%',#{keyword,jdbcType=VARCHAR},'%')
|
|
|
</if>
|
|
</if>
|
|
|
<if test="dataCategory != null and dataCategory != ''">
|
|
<if test="dataCategory != null and dataCategory != ''">
|
|
|
- and a.data_category = #{dataCategory,jdbcType=INTEGER}
|
|
|
|
|
|
|
+ and a.data_category = #{dataCategory,jdbcType=VARCHAR}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="category != null">
|
|
<if test="category != null">
|
|
|
and a.category = #{category,jdbcType=INTEGER}
|
|
and a.category = #{category,jdbcType=INTEGER}
|