接口加字段
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user