exhibitionCode
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user