Merge branch 'dev/feat/partner1.6_20231226' into pre
This commit is contained in:
@@ -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