feat(judgeInvite): 支持按场地过滤裁判邀请列表
This commit is contained in:
@@ -85,6 +85,9 @@
|
||||
</if>
|
||||
<if test="judgeInvite.inviteStatus != null">
|
||||
AND ji.invite_status = #{judgeInvite.inviteStatus}
|
||||
</if>
|
||||
<if test="judgeInvite.venueId != null">
|
||||
AND ji.venue_id = #{judgeInvite.venueId}
|
||||
</if>
|
||||
ORDER BY ji.create_time DESC
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user