Browse Source

加收藏正向排

小么熊🐻 2 years ago
parent
commit
c828b4f620

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

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