小么熊🐻 2 سال پیش
والد
کامیت
d404243648
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      sdjk-service/src/main/resources/mapper/question/QuestionCollectionMapper.xml

+ 1 - 0
sdjk-service/src/main/resources/mapper/question/QuestionCollectionMapper.xml

@@ -24,6 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="km != null and km !='' "> and km = #{km}</if>
             <if test="carType != null and carType !='' "> and car_type = #{carType}</if>
         </where>
+        order by create_time asc
     </select>