|
|
|
@ -31,10 +31,10 @@
|
|
|
|
|
and ar.second_category = #{secondCategory}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="fileType != null ">
|
|
|
|
|
and file_type = #{fileType}
|
|
|
|
|
and ar.file_type = #{fileType}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="state != null ">
|
|
|
|
|
and state = #{state}
|
|
|
|
|
and ar.state = #{state}
|
|
|
|
|
</if>
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|