台桌增加绑定状态筛选
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
<if test="name != null and name != ''">
|
||||
and a.name like concat('%', #{name}, '%')
|
||||
</if>
|
||||
<if test="isBind != null">
|
||||
and a.table_code is not null
|
||||
</if>
|
||||
group by a.id
|
||||
ORDER BY a.create_time
|
||||
|
||||
|
||||
Reference in New Issue
Block a user