添加店铺初始化支付方式
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
and a.area_id=#{areaId}
|
||||
</if>
|
||||
<if test="tableCode != null and tableCode != ''">
|
||||
and a.area_id=#{areaId}
|
||||
and a.table_code=#{tableCode}
|
||||
</if>
|
||||
<if test="status != null and status != ''">
|
||||
and a.status=#{status}
|
||||
|
||||
Reference in New Issue
Block a user