mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 调整代码结构
This commit is contained in:
@@ -2377,7 +2377,7 @@
|
||||
and order_code = #{orderCode,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<select id="getListByMemberIdAndOrderStatus" resultType="com.jsowell.pile.vo.uniapp.OrderVO">
|
||||
<select id="getListByMemberIdAndOrderStatus" resultType="com.jsowell.pile.vo.uniapp.customer.OrderVO">
|
||||
SELECT t1.id,
|
||||
t1.order_code as orderCode,
|
||||
t1.transaction_code as transactionCode,
|
||||
@@ -2490,7 +2490,7 @@
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<select id="selectOrderInfoByOrderCode" resultType="com.jsowell.pile.vo.uniapp.SendMessageVO">
|
||||
<select id="selectOrderInfoByOrderCode" resultType="com.jsowell.pile.vo.uniapp.customer.SendMessageVO">
|
||||
SELECT t1.order_code as orderCode,
|
||||
t1.pile_sn as pileSn,
|
||||
t1.connector_code as connectorCode,
|
||||
@@ -2534,7 +2534,7 @@
|
||||
limit 1
|
||||
</select>
|
||||
|
||||
<select id="getAccumulativeInfo" resultType="com.jsowell.pile.vo.uniapp.PersonPileConnectorSumInfoVO">
|
||||
<select id="getAccumulativeInfo" resultType="com.jsowell.pile.vo.uniapp.customer.PersonPileConnectorSumInfoVO">
|
||||
SELECT t1.member_id as memberId,
|
||||
t1.pile_connector_code as pileConnectorCode,
|
||||
t1.pile_sn as pileSn,
|
||||
@@ -2551,7 +2551,7 @@
|
||||
AND t1.del_flag = '0'
|
||||
</select>
|
||||
|
||||
<select id="getListByOrderCodes" resultType="com.jsowell.pile.vo.uniapp.OrderVO">
|
||||
<select id="getListByOrderCodes" resultType="com.jsowell.pile.vo.uniapp.customer.OrderVO">
|
||||
SELECT t1.order_code as orderCode,
|
||||
t1.order_status as orderStatus,
|
||||
t1.reason as reason,
|
||||
@@ -2788,7 +2788,7 @@
|
||||
and t1.pay_mode = '4'
|
||||
</select>
|
||||
|
||||
<select id="getOrderInfoByNXJT" resultType="com.jsowell.pile.vo.uniapp.OrderVO">
|
||||
<select id="getOrderInfoByNXJT" resultType="com.jsowell.pile.vo.uniapp.customer.OrderVO">
|
||||
SELECT
|
||||
t1.charge_start_time AS startTime,
|
||||
t1.station_id AS stationId,
|
||||
@@ -2835,7 +2835,7 @@
|
||||
and member_id =#{memberId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<select id="getChargeOrderInfoByOrderCode" resultType="com.jsowell.pile.vo.uniapp.OrderVO">
|
||||
<select id="getChargeOrderInfoByOrderCode" resultType="com.jsowell.pile.vo.uniapp.customer.OrderVO">
|
||||
SELECT
|
||||
t1.merchant_id as mercahntId,
|
||||
t3.organization_code as organizationCode,
|
||||
|
||||
Reference in New Issue
Block a user