预约单列表与确认

This commit is contained in:
赵辉
2026-02-12 08:35:41 +08:00
parent 144a5f625a
commit d970a01169
13 changed files with 2063 additions and 60 deletions
@@ -9,9 +9,9 @@
#{item.layTime},#{item.layTimeId},#{item.layType},#{item.sort}, now(), now(), #{item.shortName})
</foreach>
</insert>
<select id="selectRouteNameByRouteId" resultType="java.lang.String">
select route_name from NGWL_TEST_WLHY.TMS_ROUTE where id = #{routeId}
</select>
</mapper>