Commit c2ee89bf by huangZW

1111

parent 4c1dd71d
......@@ -132,7 +132,7 @@ public class StoreController extends WebBaseController{
}
}
if(CollectionUtils.isNotEmpty(resultList)){
resultList = resultList.stream().sorted(Comparator.comparing(StoreVO::getBindFlag).reversed().thenComparing(StoreVO::getCreateTime)).collect(Collectors.toList());
resultList = resultList.stream().sorted(Comparator.comparing(StoreVO::getBindFlag).thenComparing(StoreVO::getCreateTime)).collect(Collectors.toList());
}
return resultResponse(HaoBanErrCode.ERR_1,resultList);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment