Ver código fonte

成果、需求排序修改

anderx 7 anos atrás
pai
commit
a56b83834d

+ 1 - 1
src/main/java/com/goafanti/common/mapper/AchievementMapper.xml

@@ -686,7 +686,7 @@
 	   and  a.release_status = #{releaseStatus,jdbcType=INTEGER}
 	</if>
 	
-	order by a.boutique desc
+	order by a.release_status desc
 	<if test="page_sql!=null">
 			${page_sql}
 	</if>

+ 1 - 1
src/main/java/com/goafanti/common/mapper/DemandMapper.xml

@@ -596,7 +596,7 @@
 	<if test="rEnd != null">
 	   and d.release_date <![CDATA[ < ]]> #{rEnd,jdbcType=TIMESTAMP}
 	</if>
-  	order by d.boutique desc
+  	order by d.release_date desc
   	<if test="page_sql!=null">
 		${page_sql}
 	</if>