账户 过滤 已经删除用户

This commit is contained in:
gaowdong 2025-04-28 15:14:54 +08:00
parent f9e92a27f3
commit d846f0160b
1 changed files with 2 additions and 1 deletions

View File

@ -426,7 +426,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<sql id="queryAccountInfo_ref"> <sql id="queryAccountInfo_ref">
<where> <where>
t1.acc_status in t1.del_flag = 0
and t1.acc_status in
<foreach collection="accountInfoQueryParam.accStatusList" item="accStatus" separator="," open="(" close=")"> <foreach collection="accountInfoQueryParam.accStatusList" item="accStatus" separator="," open="(" close=")">
#{accStatus} #{accStatus}
</foreach> </foreach>