修改排序

This commit is contained in:
haozq 2025-01-24 16:42:25 +08:00
parent a05ea47dab
commit f481b9f49a
1 changed files with 3 additions and 0 deletions

View File

@ -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>