新增 运营端小程序 查询订单数量趋势信息接口

This commit is contained in:
Lemon
2024-08-08 14:04:17 +08:00
parent cd6feb7aa3
commit 1054c1fe51
10 changed files with 147 additions and 13 deletions

View File

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