mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-29 15:39:59 +08:00
update 预约充电记录
This commit is contained in:
@@ -92,4 +92,13 @@
|
||||
#{id}
|
||||
</foreach>
|
||||
</delete>
|
||||
|
||||
<select id="selectMemberList" resultType="com.jsowell.pile.vo.uniapp.customer.MemberVO">
|
||||
select
|
||||
t1.member_id as memberId,
|
||||
t2.open_id as openId
|
||||
from pile_member_relation t1
|
||||
left join member_basic_info t2 on t2.member_id = t1.member_id and t2.del_flag = '0'
|
||||
where t1.pile_sn = #{pileSn,jdbcType=VARCHAR}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user