mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update 调整代码结构
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user