master
ck 5 years ago
parent 2bfc2afe69
commit 90adac8307

@ -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>

Loading…
Cancel
Save