|
|
@@ -64,6 +64,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="flowId != null and flowId != ''"> and flow_id = #{flowId}</if>
|
|
|
<if test="fileUrl != null and fileUrl != ''"> and file_url = #{fileUrl}</if>
|
|
|
<if test="isDelete != null and isDelete != ''"> and is_delete = #{isDelete}</if>
|
|
|
+ <if test="types != null and types != '' and types == 1"> and types = 1</if>
|
|
|
+ <if test="types != null and types != '' and types == 2"> and types is null</if>
|
|
|
order by of.create_time desc
|
|
|
</select>
|
|
|
|