sql 报错

This commit is contained in:
苏竹红
2023-12-21 16:25:53 +08:00
parent 148af56746
commit d8a2e6532d

View File

@@ -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>