mirror of https://gitee.com/stylefeng/roses
parent
f18aa552c8
commit
62f4fdd1ba
|
@ -88,7 +88,7 @@ public class DbOperatorImpl implements DbOperatorApi {
|
||||||
|
|
||||||
// 查询不到,直接返回最大值-100
|
// 查询不到,直接返回最大值-100
|
||||||
if (oneResult == null) {
|
if (oneResult == null) {
|
||||||
return -100L;
|
return 100L;
|
||||||
}
|
}
|
||||||
|
|
||||||
Object maxSort = oneResult.get(tempFieldName);
|
Object maxSort = oneResult.get(tempFieldName);
|
||||||
|
|
Loading…
Reference in New Issue