Commit 0663d5e9 authored by 曹军's avatar 曹军

上传定时任务,优化代码

parent a1f8ede7
...@@ -27,4 +27,20 @@ ...@@ -27,4 +27,20 @@
order by InOut_Time desc order by InOut_Time desc
</select> </select>
<select id="selectInAndOutDateUrlByNo" resultType="com.bme.access.upload.model.InAndOutDateUrl">
select top 1
ID id,
Number_plate numberPlate,
InOut_Time inOutTime,
InOut_Image inOutImage,
InorOut inOrOut,
Gate_post_code gatePostCode,
InOut_Plate_Image inOutPlateImage,
Vehicle_color_index vehicleColorIndex
from InAndOut_Date_Url
where
Number_plate = #{numberPlate}
order by InOut_Time desc
</select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment