fix: 新增pos机刷卡推荐功能,bug修复。

This commit is contained in:
tianyongbao
2025-01-26 18:09:40 +08:00
parent b234d34859
commit 83d11768cb

View File

@@ -238,6 +238,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and a.del_flag = '0'
<if test="name != null and name != ''"> and a.name like '%'|| #{name}||'%'</if>
<if test="code != null and code != ''"> and a.code like '%'|| #{code}||'%'</if>
<if test="accountId != null"> and a.id = #{accountId}</if>
<!-- 数据范围过滤 -->
${params.dataScope}
order by