|
|
@@ -168,6 +168,9 @@ public class DomainOrderService {
|
|
|
Map<Long, Long> collections = JSONObject.parseObject(sysConfigService
|
|
|
.getString("domain_collection"), new TypeReference<HashMap<Long, Long>>() {
|
|
|
});
|
|
|
+ if (collections.size() == 0) {
|
|
|
+ return new AtomicBoolean(false);
|
|
|
+ }
|
|
|
List<AssetStatus> statuses = new ArrayList<>();
|
|
|
statuses.add(AssetStatus.NORMAL);
|
|
|
statuses.add(AssetStatus.AUCTIONING);
|