会员实时查账功能

This commit is contained in:
2024-11-08 14:52:58 +08:00
parent a4c54b16c8
commit 4c3577ffcc
5 changed files with 89 additions and 94 deletions

View File

@@ -503,7 +503,7 @@
real_name = #{realName,jdbcType=VARCHAR},
</if>
<if test="orderStatus != null">
order_status = #{realName,jdbcType=INTEGER},
order_status = #{orderStatus,jdbcType=INTEGER},
</if>
</set>
where id = #{id,jdbcType=BIGINT}