接口加字段

This commit is contained in:
shuo.wang
2025-04-05 16:15:28 +08:00
parent 6c39f6fa41
commit 5e99cdb5d4
3 changed files with 8 additions and 4 deletions

View File

@@ -296,6 +296,9 @@
from xfsg_point_info a
LEFT JOIN xfsg_point_detail_info c on a.id = c.point_id
where a.deleted = 0
<if test = "request.keyword!=null and request.keyword !=''">
and a.point_name like concat('%', #{request.keyword}, '%')
</if>
<if test = "request.type == 1">
and a.point_status in( 4,5)
</if>