重新缴费

This commit is contained in:
guohb
2024-04-03 15:11:47 +08:00
parent b6a925b6b4
commit ef696c397a
5 changed files with 57 additions and 0 deletions

View File

@@ -215,6 +215,12 @@
</set>
where id = #{id,jdbcType=BIGINT}
</update>
<update id="updateByPidAndLid">
update xfsg_line_pay
set audit_id = #{auditId}
where line_id = #{lineId}
and partner_id = #{partnerId}
</update>
<sql id="dynamicQuery">
<trim prefix="WHERE" prefixOverrides="AND | OR">
<if test="null != id">