瀏覽代碼

Merge branch 'mec_update_2021-11-02' of http://git.dayaedu.com/yonge/mec

zouxuan 3 年之前
父節點
當前提交
ee218492dd

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/ActivityUserMapperAdjustLogMapper.xml

@@ -90,7 +90,7 @@
 				AND activity_id_ = #{activityId}
 			</if>
 		</where>
-		ORDER BY id_
+		ORDER BY id_ DESC
 		<include refid="global.limit"/>
 	</select>
 	

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/ActivityUserMapperMapper.xml

@@ -174,7 +174,7 @@
 				AND activity_id_ = #{activityId}
 			</if>
 		</where>
-		ORDER BY id_
+		ORDER BY id_ DESC
 		<include refid="global.limit"/>
 	</select>