fix
This commit is contained in:
parent
93fdd183c9
commit
bf8715b920
@ -96,6 +96,7 @@
|
|||||||
<if test="name !=null and name !=''">
|
<if test="name !=null and name !=''">
|
||||||
and name LIKE CONCAT('%',#{name},'%')
|
and name LIKE CONCAT('%',#{name},'%')
|
||||||
</if>
|
</if>
|
||||||
|
order by id desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectFlowStartByName" resultType="FlowStart" >
|
<select id="selectFlowStartByName" resultType="FlowStart" >
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user