fix(mapper): 增加hostDisplayId查询条件并修正排序字段
This commit is contained in:
@@ -98,6 +98,9 @@
|
||||
<if test="dto.isAssigned != null">
|
||||
and sbr.is_assigned = #{dto.isAssigned}
|
||||
</if>
|
||||
<if test="dto.hostDisplayId != null">
|
||||
and sbr.host_display_id = #{dto.hostDisplayId,jdbcType=VARCHAR}
|
||||
</if>
|
||||
</where>
|
||||
|
||||
<choose>
|
||||
|
||||
Reference in New Issue
Block a user