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