mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
增加字段
This commit is contained in:
@@ -3119,4 +3119,16 @@
|
||||
</where>
|
||||
</select>
|
||||
|
||||
<select id="queryOrderCreateTimeByStationId" resultType="java.time.LocalDateTime">
|
||||
SELECT
|
||||
create_time
|
||||
FROM
|
||||
order_basic_info
|
||||
WHERE
|
||||
station_id = #{stationId}
|
||||
ORDER BY
|
||||
create_time DESC
|
||||
LIMIT 1;
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user