mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
新增 运营端小程序 查询订单数量趋势信息接口
This commit is contained in:
@@ -2954,7 +2954,7 @@
|
||||
and `t1`.`charge_end_time` <![CDATA[ >= ]]> #{startTime,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<select id="getOrderDetailByStationIds" resultType="com.jsowell.pile.vo.BusinessOrderDetailInfoVO">
|
||||
<select id="getOrderDetailByStationIds" resultType="com.jsowell.pile.vo.uniapp.business.BusinessOrderDetailInfoVO">
|
||||
SELECT
|
||||
DATE_FORMAT( t1.create_time, '%Y-%m-%d' ) AS tradeDate,
|
||||
<!-- t1.order_code AS orderCode,-->
|
||||
|
||||
Reference in New Issue
Block a user