账户管理

This commit is contained in:
gaowdong 2025-05-27 13:47:34 +08:00
parent a777d11def
commit 59e3a032f5
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="updateBy != null">update_by = #{updateBy},</if> <if test="updateBy != null">update_by = #{updateBy},</if>
<if test="updateTime != null">update_time = #{updateTime},</if> <if test="updateTime != null">update_time = #{updateTime},</if>
</trim> </trim>
where account_id = #{accId} where account_id = #{accountId}
</update> </update>
<delete id="deleteAccCardById" parameterType="Long"> <delete id="deleteAccCardById" parameterType="Long">