This commit is contained in:
杜建超 2020-11-10 18:00:18 +08:00
parent 93fdd183c9
commit bf8715b920

View File

@ -96,6 +96,7 @@
<if test="name !=null and name !=''">
and name LIKE CONCAT('%',#{name},'%')
</if>
order by id desc
</select>
<select id="selectFlowStartByName" resultType="FlowStart" >