添加店铺初始化支付方式

This commit is contained in:
张松
2025-03-24 21:24:06 +08:00
parent 6c0b731be7
commit 6d866f4116
4 changed files with 13 additions and 4 deletions

View File

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