|
|
@@ -1252,7 +1252,7 @@ order by release_date limit #{0}
|
|
|
and a.owner_id = #{ownerId,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="name != null">
|
|
|
- and a.name like concat('%',#{name,jdbcType=VARCHAR},'%');
|
|
|
+ and a.name like concat('%',#{name,jdbcType=VARCHAR},'%')
|
|
|
</if>
|
|
|
<if test="ownerName != null">
|
|
|
and b.identify_name =#{ownerName,jdbcType=VARCHAR}
|
|
|
@@ -1263,7 +1263,7 @@ order by release_date limit #{0}
|
|
|
<if test="category != null">
|
|
|
and a.category = #{category,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
- <if test="dataCategory != null and dataCategory != ''">
|
|
|
+ <if test="dataCategory != null ">
|
|
|
and a.data_category = #{dataCategory,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="startDate != null">
|
|
|
@@ -1286,7 +1286,7 @@ order by release_date limit #{0}
|
|
|
and a.owner_id = #{ownerId,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="name != null">
|
|
|
- and a.name like concat('%',#{name,jdbcType=VARCHAR},'%'}
|
|
|
+ and a.name like concat('%',#{name,jdbcType=VARCHAR},'%')
|
|
|
</if>
|
|
|
<if test="ownerName != null">
|
|
|
and b.identify_name=#{ownerName,jdbcType=VARCHAR}
|
|
|
@@ -1297,7 +1297,7 @@ order by release_date limit #{0}
|
|
|
<if test="category != null">
|
|
|
and a.category = #{category,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
- <if test="dataCategory != null and dataCategory != ''">
|
|
|
+ <if test="dataCategory != null ">
|
|
|
and a.data_category = #{dataCategory,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="startDate != null">
|