子用户列表不包括档口管理员账号

pull/1121/head
梁宇奇 2025-07-21 23:40:27 +08:00
parent 3a72efac85
commit a93285036c
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND su.status = #{status}
</if>
<if test="storeIds != null and !storeIds.isEmpty()">
AND sur.store_id IN
AND sr.store_id IN
<foreach collection="storeIds" item="obj" open="(" close=")" separator=",">
#{obj}
</foreach>