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

@@ -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,