partner_id

This commit is contained in:
陈伏伽
2023-12-26 16:07:51 +08:00
parent 62068d9d75
commit 557365b0d5

View File

@@ -116,7 +116,7 @@
</if>
</if>
<if test="partnerUserId != null and partnerUserId!=''">
and hpui.user_id = #{partnerUserId,jdbcType=VARCHAR}
and hpui.partner_id = #{partnerUserId,jdbcType=VARCHAR}
</if>
</where>
<if test="participationStatus == null">