Merge remote-tracking branch 'origin/dev/feat/partner1.6_20231226' into dev/feat/partner1.6_20231226
This commit is contained in:
@@ -322,6 +322,8 @@
|
||||
start_date as startDate,
|
||||
close_time as closeTime,
|
||||
location as location,
|
||||
closed_type as closedType,
|
||||
creator as creator,
|
||||
exhibition_name as exhibitionName,
|
||||
collaborators as collaboratorStr
|
||||
from hy_exhibition
|
||||
|
||||
@@ -426,10 +426,10 @@
|
||||
on hpe.partner_id = hpui.partner_id
|
||||
<where>
|
||||
<if test="partnerName!=null and partnerName!=''">
|
||||
hpui.username like concat("%", #{partnerName}, "%")
|
||||
and hpui.username like concat("%", #{partnerName}, "%")
|
||||
</if>
|
||||
<if test="id!=null">
|
||||
hpe.exhibition_id = #{id}
|
||||
and hpe.exhibition_id = #{id}
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user