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

@@ -127,7 +127,7 @@
</foreach>
</delete>
<select id="selectInfoByPhysicsCard" resultType="com.jsowell.pile.vo.uniapp.MemberVO">
<select id="selectInfoByPhysicsCard" resultType="com.jsowell.pile.vo.uniapp.customer.MemberVO">
SELECT
t1.member_id as memberId,
t1.STATUS as status,
@@ -185,7 +185,7 @@
and version = #{version,jdbcType=INTEGER}
</update>
<select id="queryMemberInfoByMemberId" resultType="com.jsowell.pile.vo.uniapp.MemberVO">
<select id="queryMemberInfoByMemberId" resultType="com.jsowell.pile.vo.uniapp.customer.MemberVO">
SELECT
t1.member_id as memberId,
t1.STATUS as status,
@@ -203,7 +203,7 @@
and t1.member_id = #{memberId,jdbcType=VARCHAR}
</select>
<select id="selectMemberList" resultType="com.jsowell.pile.vo.uniapp.MemberVO">
<select id="selectMemberList" resultType="com.jsowell.pile.vo.uniapp.customer.MemberVO">
SELECT
t1.merchant_id as merchantId,
t3.merchant_name as merchantName,
@@ -262,7 +262,7 @@
</where>
</select>
<select id="queryMerchantVipList" resultType="com.jsowell.pile.vo.uniapp.MerchantVipVO">
<select id="queryMerchantVipList" resultType="com.jsowell.pile.vo.uniapp.customer.MerchantVipVO">
select
t1.member_id as memberId,
t1.merchant_id as merchantId,
@@ -287,7 +287,7 @@
<if test="dto.memberId != null and dto.memberId != ''">and t2.member_id like '%${dto.memberId}%'</if>
</select>
<select id="getMemberInfoByPlateNumber" resultType="com.jsowell.pile.vo.uniapp.MemberVO">
<select id="getMemberInfoByPlateNumber" resultType="com.jsowell.pile.vo.uniapp.customer.MemberVO">
SELECT
t2.member_id AS memberId,
t2.merchant_id AS merchantId,