update 调整代码结构

This commit is contained in:
Lemon
2024-07-16 14:07:06 +08:00
parent 513ea9da4f
commit 2a3886486e
100 changed files with 258 additions and 176 deletions

View File

@@ -608,7 +608,7 @@
</if>
</select>
<select id="getAuthCardListByMemberId" resultType="com.jsowell.pile.vo.uniapp.AuthCardVO">
<select id="getAuthCardListByMemberId" resultType="com.jsowell.pile.vo.uniapp.customer.AuthCardVO">
SELECT t1.member_id AS memberId,
t1.mobile_number AS phoneNumber,
t2.logic_card AS logicCard,