订单详情查询修复
This commit is contained in:
parent
d2f36fc53f
commit
4b6f31dccf
@ -196,7 +196,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());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user