feat:微信通知改造

This commit is contained in:
苏竹红
2025-10-15 10:47:57 +08:00
parent ba6835a887
commit 24b4be799e

View File

@@ -36,8 +36,8 @@
<if test="unionId != null">
union_id = #{unionId, jdbcType=VARCHAR},
</if>
where id = #{id}
</set>
where id = #{id}
</update>
<update id="updateByUnionId" >