product
bawei 2 years ago
parent 5d3432870b
commit 04428ced43

@ -132,7 +132,7 @@ public class PoundlistServiceImpl extends ServiceImpl<PoundlistMapper, Poundlist
}
if (StringUtil.isEmpty(poundlistPagination.getSidx())) {
poundlistPagination.setSidx("CREATOR_TIME");
poundlistPagination.setSort("ASC");
poundlistPagination.setSort("DESC");
} else {
try {
String sidx = poundlistPagination.getSidx();

Loading…
Cancel
Save