订单详情统计修复
This commit is contained in:
parent
7d8c2d92b0
commit
2fe407eb60
@ -260,7 +260,7 @@ public class InAppPurchaseDetailsServiceImpl implements InAppPurchaseDetailsServ
|
||||
if (Objects.nonNull(query.getStatus())) {
|
||||
criteria.and("status").is(query.getStatus());
|
||||
}
|
||||
if (Objects.nonNull(query.getCountryCode())) {
|
||||
if (StringUtils.isNotEmpty(query.getCountryCode())) {
|
||||
criteria.and("countryCode").is(query.getCountryCode());
|
||||
}
|
||||
if (Objects.nonNull(query.getStartTime()) && Objects.nonNull(query.getEndTime())) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user