|
@@ -77,6 +77,9 @@
|
|
|
</otherwise>
|
|
|
</choose>
|
|
|
</if>
|
|
|
+ <if test="fileDescription!=null and fileDescription!=''">
|
|
|
+ and a.fileDescription like concat('%',#{fileDescription},'%')
|
|
|
+ </if>
|
|
|
</where>
|
|
|
<choose>
|
|
|
<when test="page !=null and page.orderBy != null and page.orderBy != ''">
|
|
@@ -126,6 +129,9 @@
|
|
|
</otherwise>
|
|
|
</choose>
|
|
|
</if>
|
|
|
+ <if test="fileDescription!=null and fileDescription!=''">
|
|
|
+ and a.fileDescription like concat('%',#{fileDescription},'%')
|
|
|
+ </if>
|
|
|
</where>
|
|
|
</select>
|
|
|
|