fix(mapper): 修复删除状态过滤条件并新增主播类型筛选

This commit is contained in:
2025-12-03 15:19:03 +08:00
parent 9a991e527a
commit 08243e390e
2 changed files with 12 additions and 5 deletions

View File

@@ -145,8 +145,8 @@
and deleted = 0
</if>
<if test="dto.isDelete == 3">
and deleted = 0
or deleted = 1
and (deleted = 0
or deleted = 1)
</if>
<if test="dto.userId != null" >
and sbr.user_id = #{dto.userId,jdbcType=VARCHAR}