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:
@@ -3071,4 +3071,13 @@
|
||||
limit 20
|
||||
</select>
|
||||
|
||||
<select id="tempGetOrderCodes" resultType="java.lang.String">
|
||||
select
|
||||
order_code
|
||||
from
|
||||
order_basic_info
|
||||
where
|
||||
station_id = #{stationId,jdbcType=VARCHAR}
|
||||
and create_time between #{startTime,jdbcType=VARCHAR} and #{endTime,jdbcType=VARCHAR}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user