账户管理
This commit is contained in:
parent
a777d11def
commit
59e3a032f5
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue