mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-08-15 10:37:34 +08:00
update 大数据屏接口
This commit is contained in:
@@ -3712,6 +3712,18 @@
|
||||
and t1.order_status = '6'
|
||||
and t1.create_time <![CDATA[ >= ]]> #{startTime}
|
||||
and t1.create_time <![CDATA[ < ]]> #{endTime}
|
||||
<if test="merchantIdList != null and merchantIdList.size() > 0">
|
||||
and t1.merchant_id in
|
||||
<foreach collection="merchantIdList" item="item" open="(" separator="," close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="stationIdList != null and stationIdList.size() > 0">
|
||||
and t1.station_id in
|
||||
<foreach collection="stationIdList" item="item" open="(" separator="," close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 今日充电电量明细(Java汇总),日期由代码传入 -->
|
||||
@@ -3723,5 +3735,17 @@
|
||||
and t1.order_status = '6'
|
||||
and t1.create_time <![CDATA[ >= ]]> #{startTime}
|
||||
and t1.create_time <![CDATA[ < ]]> #{endTime}
|
||||
<if test="merchantIdList != null and merchantIdList.size() > 0">
|
||||
and t1.merchant_id in
|
||||
<foreach collection="merchantIdList" item="item" open="(" separator="," close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="stationIdList != null and stationIdList.size() > 0">
|
||||
and t1.station_id in
|
||||
<foreach collection="stationIdList" item="item" open="(" separator="," close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user