master
ck 5 years ago
parent 2bfc2afe69
commit 90adac8307

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

Loading…
Cancel
Save