修改bug

This commit is contained in:
曹佳豪 2025-08-18 15:06:33 +08:00
parent 106d64be05
commit 5957a113c4

View File

@ -7,7 +7,7 @@
<select id="selectAccountWithMember" resultType="com.wzj.soopin.member.domain.vo.MemberAccountVO">
SELECT
a.*, a.integral_balance AS integral, m.nickname, m.phone_encrypted AS phone
a.*, a.integral AS integral, m.nickname, m.phone_encrypted AS phone
FROM ums_account a
LEFT JOIN ums_member m ON a.member_id = m.id
<where>