update 上传FTP

This commit is contained in:
Guoqs
2024-06-03 09:31:46 +08:00
parent b60fb90d8f
commit e6dc4d45d3
4 changed files with 27 additions and 2 deletions

View File

@@ -2534,7 +2534,6 @@
limit 1
</select>
<select id="getAccumulativeInfo" resultType="com.jsowell.pile.vo.uniapp.PersonPileConnectorSumInfoVO">
SELECT t1.member_id as memberId,
t1.pile_connector_code as pileConnectorCode,
@@ -2543,7 +2542,7 @@
t1.charge_end_time as chargeEndTime,
t2.total_used_electricity as sumChargingDegree
FROM order_basic_info t1
JOIN order_detail t2 ON t1.order_code = t2.order_code
JOIN order_detail t2 ON t1.order_code = t2.order_code
WHERE t1.pile_connector_code = #{pileConnectorCode,jdbcType=VARCHAR}
AND t1.member_id = #{memberId,jdbcType=VARCHAR}
AND t1.create_time <![CDATA[ >= ]]> #{startTime,jdbcType=VARCHAR}