换绑微信

This commit is contained in:
苏竹红
2023-07-04 15:50:36 +08:00
parent afb07804a0
commit a380819e9e
15 changed files with 107 additions and 11 deletions

View File

@@ -296,4 +296,13 @@
where partner_id = #{partnerId} and partner_line_id = #{partnerLineId}
</select>
<update id="updateLineId">
update hy_partner_intent_info
set partner_line_id = #{newLineId}
where partner_line_id = #{oldLineId}
</update>
</mapper>