|
@ -27,7 +27,7 @@ |
|
|
SELECT id, create_time |
|
|
SELECT id, create_time |
|
|
FROM dc_road_condition_information |
|
|
FROM dc_road_condition_information |
|
|
WHERE DATE(create_time) = CURDATE() |
|
|
WHERE DATE(create_time) = CURDATE() |
|
|
ORDER BY create_time DESC; |
|
|
ORDER BY create_time asc; |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="selectDcRoadConditionInformationById" parameterType="Long" resultMap="DcRoadConditionInformationResult"> |
|
|
<select id="selectDcRoadConditionInformationById" parameterType="Long" resultMap="DcRoadConditionInformationResult"> |
|
|