添加流程查询排序功能

release_1.0.0
xueqingkun 11 months ago
parent fcbcfbf4fc
commit 796d19ce48

@ -33,5 +33,6 @@
<if test="flowName != null and flowName != ''"> <if test="flowName != null and flowName != ''">
and f.flow_name like concat('%', #{flowName}, '%') and f.flow_name like concat('%', #{flowName}, '%')
</if> </if>
order by f.update_time desc
</select> </select>
</mapper> </mapper>

Loading…
Cancel
Save