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"> <if test="unionId != null">
union_id = #{unionId, jdbcType=VARCHAR}, union_id = #{unionId, jdbcType=VARCHAR},
</if> </if>
where id = #{id}
</set> </set>
where id = #{id}
</update> </update>
<update id="updateByUnionId" > <update id="updateByUnionId" >