|
@ -75,7 +75,7 @@ public class ScreenVolunteerActivityServiceImpl extends BaseServiceImpl<ScreenVo |
|
|
String type = (String)params.get("type"); |
|
|
String type = (String)params.get("type"); |
|
|
wrapper.eq(StringUtils.isNotBlank(type), "type", type); |
|
|
wrapper.eq(StringUtils.isNotBlank(type), "type", type); |
|
|
|
|
|
|
|
|
wrapper.orderByAsc("count"); |
|
|
wrapper.orderByAsc("time"); |
|
|
|
|
|
|
|
|
return wrapper; |
|
|
return wrapper; |
|
|
} |
|
|
} |
|
|