fix(mapper): 修复删除状态过滤条件并新增主播类型筛选
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user