mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update 调整代码结构
This commit is contained in:
@@ -297,7 +297,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</foreach>
|
||||
</select>
|
||||
|
||||
<select id="queryPileConnectorDetail" resultType="com.jsowell.pile.vo.uniapp.PileConnectorDetailVO">
|
||||
<select id="queryPileConnectorDetail" resultType="com.jsowell.pile.vo.uniapp.customer.PileConnectorDetailVO">
|
||||
SELECT
|
||||
t1.id AS pileId,
|
||||
t1.sn AS pileSn,
|
||||
@@ -315,7 +315,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
t2.pile_connector_code = #{pileConnectorCode,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<select id="getPileInfoByMemberId" resultType="com.jsowell.pile.vo.uniapp.PersonalPileInfoVO">
|
||||
<select id="getPileInfoByMemberId" resultType="com.jsowell.pile.vo.uniapp.customer.PersonalPileInfoVO">
|
||||
SELECT
|
||||
t1.pile_sn as pileSn,
|
||||
t1.member_id as memberId,
|
||||
|
||||
Reference in New Issue
Block a user