新增 宁波平台批量补推订单接口

This commit is contained in:
Lemon
2024-12-17 10:21:47 +08:00
parent 6c85fe49f8
commit ac62831a53
5 changed files with 29 additions and 4 deletions

View File

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