exhibitionCode

This commit is contained in:
苏竹红
2023-12-25 10:18:27 +08:00
parent b32efa8277
commit 275317afd5
3 changed files with 6 additions and 0 deletions

View File

@@ -103,6 +103,9 @@
<if test="exhibitionId != null">
and hpe.exhibition_id = #{exhibitionId,jdbcType=BIGINT}
</if>
<if test="participationStatus == null">
and hpe.participation_status in (0,7)
</if>
<if test="participationStatus != null">
<if test="participationStatus==4">
and hpe.participation_status in (4,5,6)