修改排序
This commit is contained in:
parent
a05ea47dab
commit
f481b9f49a
|
|
@ -149,6 +149,9 @@
|
||||||
INSTR(tbp.name,#{keyWord}) > 0
|
INSTR(tbp.name,#{keyWord}) > 0
|
||||||
)
|
)
|
||||||
</if>
|
</if>
|
||||||
|
<if test="status!=null and status!=''">
|
||||||
|
and status=#{status}
|
||||||
|
</if>
|
||||||
</where>
|
</where>
|
||||||
ORDER BY spa.create_time DESC
|
ORDER BY spa.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue